* fix some `internal` classes being exposed
* update xmldoc comments to use `<see langword>`
* bump library version in samples
* fix possible oversight
* api models
* moar models
* complete models
* modelsss
* forgot to push
* oh lol forgot this too
* api & rest guild method
* revert VS being VS & formatting to file scoped namespace
* socket entities
* yup
* fix xml doc
* changes
* Duplicate file streams before sending
* Other code needs to dispose their objects
* Another resource to dispose
* Stop disposing and copying streams in SendAsync
* Fix inverted boolean check
Co-authored-by: Dmitry <dimson-n@users.noreply.github.com>
* Await results for using statement to work
---------
Co-authored-by: Dmitry <dimson-n@users.noreply.github.com>
* initial implementation
* update models
* somewhat working auto mod action executed event
* made some properties optional
* comments, rest entity, guild methods
* add placeholder methods
* started working on rule cache
* working events
* started working on rule builder
* working state
* fix null issue
* commentsssss
* public automod rules collection in a socketgulild
* forgot nullability
* update limits
* add Download func to cacheable user
* Apply suggestions from code review
* Update src/Discord.Net.Rest/DiscordRestApiClient.cs
* missing xml doc
* reworkkkk
* fix the `;` lol
---------
Co-authored-by: Quin Lynch <lynchquin@gmail.com>
Co-authored-by: Casmir <68127614+csmir@users.noreply.github.com>
* move `Thread` property to `IUserMessage` & add one to `SocketUserMessage`
* get channel from cache instead of creating new object
* move the property back to IMessage
* Initial support for new select types
* Merge branch 'dev' of https://github.com/discord-net/Discord.Net into dev
* some component&action row builder additions
* remove redundant code
* changes1
* maybe working rest part?
* working-ish state?
* fix some xml docs & small rework
* typos
* fix `ActionRowBuilder`
* update DefaultArrayComponentConverter to accomodate new select-v2 types
* now supports dm channels in channel selects
* add a note to IF docs
* add notes about nullable properties
* <see langword="null"/>
* update Modal.cs
Co-authored-by: cat <lumitydev@gmail.com>
Co-authored-by: Cenngo <cenk.ergen1@gmail.com>
* add `nsfw` to data model & internal methods; add missing property
* add `nsfw` prop to command builders
* add `NsfwCommandAttribute` to Interaction Framework
* working state
* docs?
* add `AppliedTags` property
* convert collections into immutable arrays
* remove "not supported" remark
* implement `ThreadChannelProperties`
* Add `DefaultSlowModeInterval` and `DefaultSlowModeInterval` properties to forum channels
* add `Moderated` property to `ForumTag``
* `ForumTag` inherits `ISnowflakeEntity`
* Fix `DiscordRestClient.GetChannelAsync` not getting forum channel
* a lot of changes
added:
- channel flags
- `ForumTagBuilder`
- imroved channel modification
* fixed a bug in forum tag emoji parsing
* inherit forum channel from `INesteeChannel`
* implement `INestedChannel` in forum channels
* Add `Flags` property to channels
* add iteraface for forum tags & add equality operators
* Add default reaction emoji property
* add support for modifing default reaction & some renaming
* add createForumChannelAsync to guild
* *fix resharper being a d... and moving code to next line*
* add a `ForumChannels` property
* Some fixes & add support for `default_sort_order`
* fix misleading comment
* fix#2502
* support creating post with applied tags
* fix xmldoc
* set category id on model update
* add limit checks for tag count