- Jul 27, 2021
-
-
Neuheit authored
-
- Jul 21, 2021
-
-
Adi Mathur authored
-
Adi Mathur authored
-
- Jul 20, 2021
-
-
Mateusz Brawański authored
-
Velvet authored
* Sticker support? * Sticker pack support, typo, and update JsonProperty * Update Permission.cs * Stickers endpoint * Add endpoints * Endpoints pt 2: electric boogalo * ReadOnlyConcurrentDictionary * I forgot guild stickers how am I this stupid * Guild implementation * Add GetStickerAsync to DiscordClient * JArray * Remove `-Guild-` nomencalature * Fill null user on stickers * StickerUrl * Conditional users * Stickers! * Spelling * for loop + fix indexer * Rename * Audit logs are cursed I never wanna touch that code again * Indentation * Events:tm: * Audit log * Electric boogaloo * If it breaks blame Lala * Get sticker-packs * Fix sticker-messages throwing when attempting to access guild * Various fixes * Fix update event * Fix null ref * Fixes <:_:840355827025575986> * Fix conflicts * Update TestBot.cs * Update DiscordClient.Dispatch.cs * Update DiscordClient.Dispatch.cs * Fix, I think? * Various fixes
-
- Jul 19, 2021
-
-
Lala Sabathil authored
* Add Sticker Permission * Update Permission.cs
-
- Jul 17, 2021
-
-
Velvet authored
* End me * Why * Button-based pagination "works" now. * Remove excessive logging * a * Fix resetting to first page * Fix looping * Fix pressing left borking it on the first try * Stuff that very much does not work * Pagination *works* * WaitForCustomComponentPaginationAsync * stuff * Overloads overloads overloads * overloads * Update ComponentEventWaiter * Inline * Fix docs * sudo rm -fr /french-errors * Add DisableButtons * sudo rm -fr $HOME/Allan * Update TestBot.cs * Fix <:_:817032565952217109>
-
Velvet authored
* Fix VNext deadlocking bots * Fix cancalation * Dispose of receiver token * Don't spawn new Task.
-
- Jul 15, 2021
-
-
Velvet authored
* fix sequence number * fix spacing
-
- Jul 12, 2021
-
-
Syed Rizvi authored
* Fixing DM Channels being null on API requests Modified PrepareMessage() in DiscordApiClient. Code mirrored from UpdateMessage() in DiscordClient. * Setting GuildId during channel creation per @Neuheit
-
- Jul 09, 2021
-
-
Neuheit authored
-
- Jul 05, 2021
-
-
Lala Sabathil authored
Fixed the docs for DiscordGuildPreview Closes #976
- Jul 04, 2021
-
-
Adi Mathur authored
-
Velvet authored
* Fix cache dumping * Fix
-
Adi Mathur authored
* remove modify embed suppression endpoint * remove from Endpoints.cs
-
Adi Mathur authored
-
- Jul 02, 2021
-
-
Velvet authored
* Changed CommandGroup to throw CommandNotFoundException instead of InvalidOperationException Small modification to TestBot's command error handling to allow testing of the exception change. * Commenting reason for not logging error * Revert "Commenting reason for not logging error" This reverts commit 0524a193e911fdc783f843a1b3aa953dbca7735a. * Revert "Changed CommandGroup to throw CommandNotFoundException instead of InvalidOperationException" This reverts commit 2eb9af7983989e3a839c33a1bacd189a85646d0b. * add : this() * Remove CustomId * fix ctor * Fix mutability * Disabled. Just like me. * Set property and remove public ctor * JsonProperty + Fix Co-authored-by:
Syed Rizvi <srizvi1112@gmail.com> Co-authored-by:
Duane Waffles <42708798+DWaffles@users.noreply.github.com>
-
Adi Mathur authored
-
Velvet authored
-
Ricardo authored
-
- Jun 30, 2021
-
-
Adi Mathur authored
-
- Jun 29, 2021
-
-
Neuheit authored
-
Adi Mathur authored
-
Neuheit authored
This was due to ConcurrentDictionary not keeping a reference to the passed collection during its initialization and therefore would not update. This simply removes initializing a new dictionary and will instead directly reference the internal cache.
-
- Jun 28, 2021
-
-
https://github.com/DSharpPlus/DSharpPlusNeuheit authored
* 'master' of https://github.com/DSharpPlus/DSharpPlus: Fix components. (#957)
-
Neuheit authored
The ConcurrentDictionary class can now be used as it inherits from IReadOnlyDictionary in .NET standard 2.0
-
Velvet authored
-
- Jun 26, 2021
-
-
Neuheit authored
-
Velvet authored
* Add permissions property. * Update
-
Adi Mathur authored
* Add support for sending files while editing messages * fixes
-
Adi Mathur authored
-
Adam Chen authored
* [ci skip] Add Oracle Cloud Free Tier to hosting * [ci skip] Reword and add note about free providers
-
- Jun 25, 2021
-
-
Adi Mathur authored
* add limits on slash command entities * regex * usings bad * remove conditions covered by regex and add uppercase check
-
- Jun 24, 2021
-
-
Mateusz Brawański authored
-
Mateusz Brawański authored
-
Velvet authored
* Fix interactivity not working in ephemeral messages * Add to RestClient * Fix typo
-
Velvet authored
* embeds * Attempt 2 * Hopefully i'm not stupid * Backward compat * More changes.
-