Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Discord.Net

An open source Discord wrapper for C#
Collective - Host: opensource - https://opencollective.com/discordnet - Website: https://discordnet.dev/ - Code: https://github.com/discord-net/Discord.Net

[Fix] Threads not getting removed from cache on THREAD_DELETE (#2708)

github.com/discord-net/Discord.Net - fe4130df45b2cdbacc262f958040eafbb053cadf authored over 1 year ago by Misha133 <[email protected]>
Allow more than 1 action to be registered per automod rule (#2687)

Fixes an issue where you cannot register more than 1 automod rule due to the limit and length of...

github.com/discord-net/Discord.Net - 200bed7329bbcfa571824e10be1316a2bafb5ade authored over 1 year ago by ThePheggHerself <[email protected]>
Revert "Optimize Add/RemoveRolesAsync methods (#2614)" (#2680)

This reverts commit 11481a159e84b6c89d83186c0c3c60d7664c91dc.

github.com/discord-net/Discord.Net - 277c7af3be05e24e6a0c09e443de7131e721b48f authored over 1 year ago by Misha133 <[email protected]>
[Fix] Modify mention limit, regex patterns & allowlist of a automod rule (#2683)

* fix one another automod bug

* possible fix for another bug

* final one

github.com/discord-net/Discord.Net - a41fa62124b3b4c46b7c77b0831f4804524c983d authored over 1 year ago by Misha133 <[email protected]>
Update XML documentation for `IDiscordInteraction.RespondAsync` (#2673)

github.com/discord-net/Discord.Net - 91fd8262fe2df8e18b40a14510c3a24960ca2b2b authored over 1 year ago by Nora <[email protected]>
Update XML documentation for `GatewayIntents.AllUnprivileged` (#2671)

github.com/discord-net/Discord.Net - ce5b4af46fa858c44308da044dbb951a2d39a54b authored over 1 year ago by bs <[email protected]>
Disable FEC (#2670)

* Remove incorrect usage of FEC

* Return instead of await

github.com/discord-net/Discord.Net - 2be9b00e7220501d9ffb67565fefed3f9ba4a14f authored over 1 year ago by Kuba_Z2 <[email protected]>
initial commit (#2666)

github.com/discord-net/Discord.Net - d5ba7d25aa818882f0e0360f8ec9efb15028d116 authored over 1 year ago by Misha133 <[email protected]>
[Feature] `Audit Log Created` gateway event support (#2627)

* add event to socket client

* make `AuditLog` param optional

* Some WIP audit log changes...

github.com/discord-net/Discord.Net - dff6a57a920096b3f4c481dda4221c4e2067c537 authored over 1 year ago by Misha133 <[email protected]>
[Feature] Guild Onboarding support (#2616)

* api models

* moar models

* complete models

* modelsss

* forgot to push

* oh lol...

github.com/discord-net/Discord.Net - 3a8f76c4b171402dae744939b23635e38b6559b7 authored over 1 year ago by Misha133 <[email protected]>
[Fix] Don't dispose streams in DefaultRestClient (#2652)

* Duplicate file streams before sending

* Other code needs to dispose their objects

* Anot...

github.com/discord-net/Discord.Net - 84431decfd8b8ca66161c4798f1cc7229afc2b08 authored over 1 year ago by Ben Reilly <[email protected]>
[Fix] Enforce rate limits on 429s (#2642)

* Reduce available requests to zero on 429

* Update remaining requests when available

* Fi...

github.com/discord-net/Discord.Net - 69cce5baf20ad5c9f62256cda38cf12fadfd6f5e authored over 1 year ago by Ben Reilly <[email protected]>
[Fix] Interaction Framework Choice mistake (#2660)

github.com/discord-net/Discord.Net - 23e27e0b490b89639fe9ebd7e9c399626320b4fe authored over 1 year ago by Christopher Bonnell <[email protected]>
[Feature] 25MiB file upload size limit (#2663)

github.com/discord-net/Discord.Net - 98f974d0bb0a88a6541f571ab987356e308d64ba authored over 1 year ago by Misha133 <[email protected]>
[Feature] Voice messages support (#2665)

github.com/discord-net/Discord.Net - f171684af17ad5dd218aecfd3c30a9cf2c4fd979 authored over 1 year ago by Misha133 <[email protected]>
replace duplicate InvokeAndReturn wit return statement (#2662)

github.com/discord-net/Discord.Net - fe9657a0eeda472c1745777f76a5634bfa70abea authored over 1 year ago by Cenk Ergen <[email protected]>
Update EnumConverter and ApplicationCommandOption to register localizations (#2651)

github.com/discord-net/Discord.Net - 75ae48830e256086be58e25e1534358572d9dd7a authored over 1 year ago by Florian Pabst <[email protected]>
[Robot] Add missing json error (#2601)

* Add 30056, 50091, 50144, 50145 Error codes

* Apply suggestions from code review

Co-autho...

github.com/discord-net/Discord.Net - a8ae1e9b9f0e68a60396d7415be7a97bcf53a4d0 authored over 1 year ago by Discord-NET-Robot <[email protected]>
[Feature] Get current bot application information (#2619)

* initial commit

* Add support for modifying current bot's app

github.com/discord-net/Discord.Net - 9ef5a768e064582188b823e1070ba69c2a4275c5 authored over 1 year ago by Misha133 <[email protected]>
[Feature] Refactor `SendMessageAsync` & `SendFile(s)Async` methods & modify webhook message attachments (#2609)

* initial commit

* resolve merge conficts

* code review suggestions

github.com/discord-net/Discord.Net - 898ee565573f2c3f0f288f5448a7d139d735ae09 authored over 1 year ago by Misha133 <[email protected]>
[Fix] Allow creating stickers with no description (#2628)

* fix `CreateStickerAsync` methods

* Update src/Discord.Net.Rest/Entities/Guilds/GuildHelper....

github.com/discord-net/Discord.Net - c950106fed1ce50f9ab95ca0c4079ebfcecffb54 authored over 1 year ago by Misha133 <[email protected]>
[Feature] Default thread ratelimit in guild text channels (#2622)

* initial commit

* mocked bruh

github.com/discord-net/Discord.Net - f9c8530a89b1b2c43ea9442b19b79aabb312ad11 authored over 1 year ago by Misha133 <[email protected]>
Support filtering audit log entries by after id (#2620)

Adds support for filtering audit log entires with GetAuditLogsAsync. Adds the ability to specify...

github.com/discord-net/Discord.Net - 529fe3d969ee01269e201b0efeeb584826e36e0b authored over 1 year ago by Alexander Elo <[email protected]>
Update intro.md (#2623)

github.com/discord-net/Discord.Net - 4b4b6078b378645f6b3ab109408b24d2c99f0caf authored over 1 year ago by Collin Herber <[email protected]>
Missing DebuggerDisplay attribute or property (#2630)

github.com/discord-net/Discord.Net - 8ccc163fcddc5b2b911c24f7470552a9e770fa9c authored over 1 year ago by Ge <[email protected]>
[Fix] Update permissions & fix `ChannelPermissions.All()` exception (#2647)

* update permissions

* update tests & bruh moment

* apply suggestions from review

Co-au...

github.com/discord-net/Discord.Net - 6265dd5bf6cf33c7a45fb1f72385ea7a6ddd852d authored over 1 year ago by Misha133 <[email protected]>
[Feature] Create forum channels with default layout (#2646)

github.com/discord-net/Discord.Net - 0720049648863947412e06ba9a3b6fddec899852 authored over 1 year ago by Misha133 <[email protected]>
[Feature] Add `Message` property and `UpdateAsync()` to `IModalInteraction` (#2645)

* initial commit

* better (?) comments

* whoops, accidentally commited this

github.com/discord-net/Discord.Net - 83dfa0cea517ffdef8b138d72000fde2f035180e authored over 1 year ago by Misha133 <[email protected]>
[Feature] Add MaxStageVideoChannelUsers property to IGuild (#2648)

github.com/discord-net/Discord.Net - bdd755b8cf0cd474e05b07f7a50e00e09c8152e2 authored over 1 year ago by Misha133 <[email protected]>
[Feature] New discord features (#2649)

github.com/discord-net/Discord.Net - 2112e1f5b668f8cf56e3f9a7166bdd6fd0102b10 authored over 1 year ago by Misha133 <[email protected]>
meta: 3.10.0 (#2639)

github.com/discord-net/Discord.Net - 9ccd9cf75ba84550b563304609cc4b19feca2018 authored over 1 year ago by Quin Lynch <[email protected]>
Update ip discovery to send 74 bytes (#2617)

github.com/discord-net/Discord.Net - 66e6329b9df0f9401008f17263fbdebbd5dd0a77 authored almost 2 years ago by Kuba_Z2 <[email protected]>
Missing invite properties (#2615)

github.com/discord-net/Discord.Net - abfa8d1751046660685f02134fd7feeeb839b3d7 authored almost 2 years ago by Misha133 <[email protected]>
[Feature] Text-In-Stage support & missing IVoiceChannel properties (#2610)

* initial commit

* add a check for voice/stage channels in `PinAsync`

* moar refactoring
...

github.com/discord-net/Discord.Net - 76bb9018c451748eabd16ae1212c45df23af3562 authored almost 2 years ago by Misha133 <[email protected]>
Create forum posts with DiscordWebhookClient (#2603)

github.com/discord-net/Discord.Net - e69e27aa4410588d522915d78591f4c3f96bd416 authored almost 2 years ago by Misha133 <[email protected]>
Fix typos in comments and documentation (#2608)

* Fix typos in comments and documentations

* Fixes more typo

github.com/discord-net/Discord.Net - ee617d8ef35aed59f33656f7b76d3e30a049da8c authored almost 2 years ago by Ge <[email protected]>
AutoMod custom block message (#2613)

github.com/discord-net/Discord.Net - 709364aaef84cefad34a509ff961cff92b94ee82 authored almost 2 years ago by Misha133 <[email protected]>
Optimize Add/RemoveRolesAsync methods (#2614)

github.com/discord-net/Discord.Net - 11481a159e84b6c89d83186c0c3c60d7664c91dc authored almost 2 years ago by Misha133 <[email protected]>
Fix automod action executed event message being null (#2606)

github.com/discord-net/Discord.Net - 7b321afa4f53d61d063172067f0066b51a7bc4ea authored almost 2 years ago by Misha133 <[email protected]>
[Feature] Modify guild features (#2605)

* initial commit

* Update src/Discord.Net.Core/Entities/Guilds/GuildProperties.cs

--------...

github.com/discord-net/Discord.Net - 177df2ce709e0dce99492a25af4be1d938f782e1 authored almost 2 years ago by Misha133 <[email protected]>
Add new error codes (#2604)

github.com/discord-net/Discord.Net - 50c3974aca627ba19427998e797838861cc04264 authored almost 2 years ago by Misha133 <[email protected]>
[Feature] AutoMod support (#2578)

* initial implementation

* update models

* somewhat working auto mod action executed event...

github.com/discord-net/Discord.Net - 673b02dd366ed62e877f292891822e91997eac09 authored almost 2 years ago by Misha133 <[email protected]>
Fix gateway deadlock (#2600)

Co-authored-by: Quin Lynch <[email protected]>

github.com/discord-net/Discord.Net - 0c27395efd49da695d9b843f760c9c8936782942 authored almost 2 years ago by Casmir <[email protected]>
Add ModalBuilder.AddModalCommand with option to specify callback (#2599)

Fixes: #2597

github.com/discord-net/Discord.Net - 50e0e5941a2a255f81a863f0c72b2e1cd7d75d28 authored almost 2 years ago by Dedmen Miller <[email protected]>
Format the project with 'dotnet format' (#2551)

* Sync and Re-Format

* Fix Title string.

* Fix indentation.

github.com/discord-net/Discord.Net - 257f246d1dd7d8f5aea043417fd062924c856f8f authored almost 2 years ago by NaN <[email protected]>
Fix example of documentation (#2594)

github.com/discord-net/Discord.Net - 71e9ecb21e7cea05ca300c8d5d942e0a29e00649 authored almost 2 years ago by Jan <[email protected]>
build(deps): bump Newtonsoft.Json in /src/Discord.Net.Core (#2527)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [R...

github.com/discord-net/Discord.Net - 6ef52f1dd82216495ad22d5d44712cd1fe3e399c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[Feature] Follow news channels (#2590)

* initial commit

* Apply suggestions from code review

---------

Co-authored-by: Casmir ...

github.com/discord-net/Discord.Net - bb056dfec09dd7976838e70f3e703ac04b26255d authored almost 2 years ago by Misha133 <[email protected]>
[Feature] Add support for silent mentions & add missing message flag (#2591)

* initial commit

* typo

github.com/discord-net/Discord.Net - 2ea8af1ddec0b9866716a39e292fde128d6c1006 authored almost 2 years ago by Misha133 <[email protected]>
Fix permissions on deleteMissing=false (#2532)

github.com/discord-net/Discord.Net - 274be5df9e258ed5ee3e92c583bf87467c172cfe authored almost 2 years ago by Christopher Bonnell <[email protected]>
[Feature] Thread user member & thread members pagination (#2580)

* initial commit

* return & update old method

* mark old method as obsolete

github.com/discord-net/Discord.Net - b085621ca6be8e906ffedc6e567b33c9025e8929 authored almost 2 years ago by Misha133 <[email protected]>
IIntegrationChannel & create webhooks in forums (#2582)

github.com/discord-net/Discord.Net - 75f3c91f9a58df920211f683c69cfbd0df2bfde2 authored almost 2 years ago by Misha133 <[email protected]>
Doc patch (#2587)

github.com/discord-net/Discord.Net - 59c2008eaa7e89a736114ae06d9c71efad3ace29 authored almost 2 years ago by Casmir <[email protected]>
[Feature] Rework `Thread` property of a message (#2579)

* move `Thread` property to `IUserMessage` & add one to `SocketUserMessage`

* get channel fro...

github.com/discord-net/Discord.Net - 0998285f8365b33929b06af24c36157d103fa546 authored almost 2 years ago by Misha133 <[email protected]>
[Feature] Expose `GetCurrentUser` method & missing current user API methods (#2574)

* add stuff

* forgot to push

* docs

* Update DiscordRestClient.cs

* Apply suggestion...

github.com/discord-net/Discord.Net - e3da96fbf5aa3a1e6bbfaaf1906a07ba5e140306 authored almost 2 years ago by Misha133 <[email protected]>
[Feature] App Command Perms Channel Target (#2560)

* Implement channel ApplicationCommandPermissionTarget

* implement channel target in Applicat...

github.com/discord-net/Discord.Net - 2616d350ba3f5a20adb1dc69f199a0607d34e6e7 authored almost 2 years ago by Cenk Ergen <[email protected]>
Update customId template generator to escape regex metachars used in … (#2557)

* update customId template generator to escape regex metachars used in template literals

* ad...

github.com/discord-net/Discord.Net - 1602437c319a66fa95f252355e128615c482210d authored almost 2 years ago by Cenk Ergen <[email protected]>
Added emojis from Emoji 13.0, Emoji 13.1 and Emoji 14.0 (#2523)

github.com/discord-net/Discord.Net - 23b282299cedf1845a2733007ebb94c13a7e252b authored almost 2 years ago by Chos5555 <[email protected]>
Reduce DateTime Boilerplate from LogMessage (#2572)

github.com/discord-net/Discord.Net - 14b29010d78235b3ff686bf665d47c65461fc3ef authored almost 2 years ago by marik354 <[email protected]>
[Feature] Add missing VoiceChannel properties (#2573)

* add missing properties

* forgot about `MockedVoiceChannel`

github.com/discord-net/Discord.Net - 1e21a6ed4a6a6f1dcf07037a340480f037c34187 authored almost 2 years ago by Misha133 <[email protected]>
Fix GetEventCoverImageUrl by removing the GuildId in the Url string (#2577)

github.com/discord-net/Discord.Net - 0af835ab0f4eaf2921dc561726456b3e848e1670 authored almost 2 years ago by Twinki <[email protected]>
[Feature] RespondWithModal() which accepts an IModal instance as template (#2564)

* introduce overload for responding to an interaction with an instatiated IModal obj

* add in...

github.com/discord-net/Discord.Net - e7bda0f8a59226d4ef541bea0a7fd7c05a5107d9 authored almost 2 years ago by Cenk Ergen <[email protected]>
[Feature] add `Thread` property to `RestMessage` (#2575)

github.com/discord-net/Discord.Net - 91e208474dd13a9666a49898e73caa040e6efc76 authored almost 2 years ago by Misha133 <[email protected]>
[Feature] Application Role Connections Metadata support (#2530)

* models & internal methods

* moar stuff

* working `Get` & `ModifyRoleConnectionMetadata`
...

github.com/discord-net/Discord.Net - 37d868f9341e0666a9d0f5f55d4206ee015cbb96 authored almost 2 years ago by Misha133 <[email protected]>
[Feature] Add support for Guild Member Flags (#2571)

* implement `GuildUserFlags`

Co-authored-by: Casmir <[email protected]>

github.com/discord-net/Discord.Net - 7d8d6ec1a69f34e8ca88b01188883a09846761a7 authored almost 2 years ago by Misha133 <[email protected]>
Remove outdated checks (#2561)

github.com/discord-net/Discord.Net - 94996e7331a342cb613de1f4f75390c8fac7118a authored almost 2 years ago by Misha133 <[email protected]>
[Bugfix] fixed an NRE when event was changed from in channel to external or vice versa (#2483)

* fixed an issue when event was cahnged from in channel to external or vice versa

* simplidie...

github.com/discord-net/Discord.Net - 493f604bb1fed2182e98c184c8e44b4c9cb2f536 authored almost 2 years ago by SaculRennorb <[email protected]>
Repurpose reason field (#2540)

github.com/discord-net/Discord.Net - e71faf713889bcce92fbcca6a50004ad1474561f authored almost 2 years ago by Christopher Bonnell <[email protected]>
#2536 Add RemoveModulesFromGuildAsync (#2537)

* Add RemoveModulesFromGuildAsync

* fix RemoveModulesFromGuildAsync

* add docs

* fix pa...

github.com/discord-net/Discord.Net - 7acbcfdfa5c0b6caef09a99e0acb5e751ff408ae authored almost 2 years ago by Gradyn Wursten <[email protected]>
[Feature] Add new message types & error codes (#2562)

* Add new message types & error codes

* add role subscription system channel flags and messag...

github.com/discord-net/Discord.Net - a3ee8555c68fe65ffb6a0b6c99f0d591a855177f authored almost 2 years ago by Misha133 <[email protected]>
Resolve inconsistencies (#2542)

This commit resolves inconsistencies in missing null coalescent operators in regards to clearing...

github.com/discord-net/Discord.Net - f224eb0523d6e36eeca740992d21b6b828cc2a41 authored almost 2 years ago by Christopher Bonnell <[email protected]>
Fix NullReferenceException caused by Options being undefined. (#2549)

github.com/discord-net/Discord.Net - 02d3ce6e0158e5d4fce145d2ec46741fa8d1ac1f authored almost 2 years ago by Gediminas Milašius <[email protected]>
Fixed typo in code example. (#2552)

github.com/discord-net/Discord.Net - 4aded83ab67469b59878b666fcc8bcc78112c0fa authored almost 2 years ago by Zach Goodson <[email protected]>
[Docs] Fix typo in autocompletion.md (#2548)

Interations -> Interactions

github.com/discord-net/Discord.Net - 1d53ea7679dba182148a3256379a01cc63ef741a authored almost 2 years ago by Ikko Ashimine <[email protected]>
[Feature] add missing invite guild properties & welcome screen support (#2510)

* added models

* working getter for welcome screen

* <see langword="null"/>

* more chan...

github.com/discord-net/Discord.Net - 7c535b952a00166e3c22e3b39a68176fe52241c6 authored almost 2 years ago by Misha133 <[email protected]>
[Feature] Selects v2 support (#2507)

* Initial support for new select types

* Merge branch 'dev' of https://github.com/discord-net...

github.com/discord-net/Discord.Net - 48fb1b5df484d06ee0947935101ddb83f70ad234 authored almost 2 years ago by Misha133 <[email protected]>
fix `CreatePostError` (#2546)

github.com/discord-net/Discord.Net - c67642acfa0972c25e870f9f008f16f136a4c6db authored almost 2 years ago by Misha133 <[email protected]>
fix changelog date (#2545)

github.com/discord-net/Discord.Net - e9e687caf79a54a6b0f8573e7b0f6bb2b70c1d09 authored almost 2 years ago by Quin Lynch <[email protected]>
meta: update changelog (#2544)

github.com/discord-net/Discord.Net - 5c9be0d03a3211a2de71b7d163a6e8cb34484de1 authored almost 2 years ago by Quin Lynch <[email protected]>
fix `CreatePost` methods for `IForumChannel` (#2541)

github.com/discord-net/Discord.Net - a53f1dfa58f4c1fc7ff39ab417653dc895b6740e authored almost 2 years ago by Misha133 <[email protected]>
[Feature] Age restricted (NSFW) application commands support (#2531)

* add `nsfw` to data model & internal methods; add missing property

* add `nsfw` prop to comm...

github.com/discord-net/Discord.Net - 56b1a930e7c62dc1497f4b3d6023a20e4c8d143c authored about 2 years ago by Misha133 <[email protected]>
Update deploy.yml (#2535)

github.com/discord-net/Discord.Net - 60956c720b0785df6fd642b945d28a902743e4c9 authored about 2 years ago by Cenk Ergen <[email protected]>
Fully qualify SlashCommandBuilder namespace (#2534)

Update to make sure its cleear which SlashCommandBuilder is used.

github.com/discord-net/Discord.Net - 20d8fdf0bf4dd8d8915165909f9db997ced8600e authored about 2 years ago by Halbritter <[email protected]>
implement wildcard lenght quantifiers, TreatAsRegex property and solve catastrpohic backtracking (#2528)

github.com/discord-net/Discord.Net - 3b107c2d01be911d149ae8fa8ea296ead72817a6 authored about 2 years ago by Cenk Ergen <[email protected]>
Add SendFiles to UserExtensions (#2509)

* Add SendFiles to UserExtensions

* fix Build

github.com/discord-net/Discord.Net - 25cfb8822fe63adfff4cb493326ad8915e634dbc authored about 2 years ago by BokuNoPasya <[email protected]>
Implemented ClientDisconnect event for audio client. (#2520)

github.com/discord-net/Discord.Net - 4cad546d57ed75e9c63794569463068f0250b140 authored about 2 years ago by Frederik P <[email protected]>
[Feature] Add missing property & new stuff (#2521)

* add active developer badge support

* add `OwnerId` to threads

* add default forum layout...

github.com/discord-net/Discord.Net - 82b772ac032dcc869fed1c1b263bce2f0001781a authored about 2 years ago by Misha133 <[email protected]>
Fix `GetActiveThreadsAsync` & add it to `ITextChannel` (#2526)

* fix `GetActiveThreadsAsync` being sadge

* ah, forgot about mocked channel

github.com/discord-net/Discord.Net - bd2f719774d601832675f03852cf0fbc53aaf21e authored about 2 years ago by Misha133 <[email protected]>
meta 3.9.0 (#2517)

* meta 3.9.0

* Update changelog

github.com/discord-net/Discord.Net - 55280a569e976b327b41985f333c5f631f8d3af2 authored about 2 years ago by Armano den Boef <[email protected]>
update license and icon nuspec props (#2467)

github.com/discord-net/Discord.Net - 11ed0ff35199f6f2cb62956756283d0da53e84aa authored about 2 years ago by Cenk Ergen <[email protected]>
Command execution code rework and TypeConverters auto-scope fix (#2306)

* command execution rework and sync service scopes for typeconverters

* replace ValueTask wit...

github.com/discord-net/Discord.Net - 68698171844cb9e49ccfc883d9f3045ba80b5956 authored about 2 years ago by Cenk Ergen <[email protected]>
Update events.cs (#2505)

Fixed compiler error caused by missing semicolon

github.com/discord-net/Discord.Net - ea039b848cd4e2a81bf00d657067ba76a29234b6 authored about 2 years ago by Payton <[email protected]>
[Feature] Add missing properties in forum & thread channels (#2469)

* add `AppliedTags` property

* convert collections into immutable arrays

* remove "not sup...

github.com/discord-net/Discord.Net - 01ae904fe1703454699a408ae6f0a17afb929040 authored about 2 years ago by Misha133 <[email protected]>
Fix duplicated members of DiscordErrorCode (#2500)

Additionally, fix typo in DiscordErrorCode

github.com/discord-net/Discord.Net - 6712ef4573e9f01a0d46ccdbcc97798f95f9affe authored about 2 years ago by Ge <[email protected]>
Avoid throwing on missing Application (#2497)

github.com/discord-net/Discord.Net - 7077c4469a17f5124fb27af3342847d6177943ea authored about 2 years ago by Miha Zupan <[email protected]>
[Feature] Add new discord stuff (#2501)

* changesss

- Added missing error code
- Moved region a bit
- Add new `guild feature`
- Ad...

github.com/discord-net/Discord.Net - ed3863597a1ffbe309d590eba6a2dbeb645bdcb9 authored about 2 years ago by Misha133 <[email protected]>
Fixed an oversight clearing session data upon any disconnect. (#2485)

github.com/discord-net/Discord.Net - c7ac59d89225adf42bb270c55d04aa6440be16f2 authored about 2 years ago by Quahu <[email protected]>
[Docs] Update samples to use `MessageContent` intent & update `v2 => v3 guide` (#2471)

github.com/discord-net/Discord.Net - a4d34f69477bd546fd0b66724c9ff6a418fcdff2 authored about 2 years ago by Misha133 <[email protected]>
Fix TimestampTag being sadge (#2468)

* Im so sad

* Im so sad v2

* oopsie uwu

github.com/discord-net/Discord.Net - bc89d3c4854be63c90899904a6e5dd14245d6659 authored over 2 years ago by Armano den Boef <[email protected]>