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: Guarding against empty descriptions in `SlashCommandBuilder`/`SlashCommandOptionBuilder` (#2260)

* adding null/empty check for option-descriptions

* moving check to Preconditions

* docs

github.com/discord-net/Discord.Net - 0554ac24429c7574f8bb14f87efea8b4821e5d05 authored over 2 years ago by Christoph L <[email protected]>
docs: Interaction Service Perms-v2 docs (#2263)

* add perms v2 docs

* add perms v2 docs

github.com/discord-net/Discord.Net - f5dbb95610d7a5cff5f33c2075c316b05e6ae5ed authored over 2 years ago by Cenk Ergen <[email protected]>
docs: Fix TextCommands reference in first-bot.md (#2264)

github.com/discord-net/Discord.Net - 2b49322a54d252c80b91756325f54f42ced80016 authored over 2 years ago by Ge <[email protected]>
feature: V2 Permissions (#2222)

* Initial V2 permissions

* add perms-v2 attributes and properties, add deprecation messages
...

github.com/discord-net/Discord.Net - d98b3cc495e9230346e38fbd3e7ff4f95c332ef1 authored over 2 years ago by Quin Lynch <[email protected]>
feature: Passing CustomId matches into contexts (#2136)

* add logic for passing the wild card captures into the context

* move concrete impl of IRout...

github.com/discord-net/Discord.Net - 4ce1801bdf56b8b7bc0eca7a5c1e4353ab208d64 authored over 2 years ago by Cenk Ergen <[email protected]>
docs: Add files to the parameters (#2244)

github.com/discord-net/Discord.Net - 26c1a7e80f4e2d73e607fa87708e52724bbe7349 authored over 2 years ago by Diego-VP20 <[email protected]>
Fix browser property (#2254)

github.com/discord-net/Discord.Net - 275b833205e29244106640af61e9df26d7973d39 authored over 2 years ago by Alex Thomson <[email protected]>
remove extra header from readme

github.com/discord-net/Discord.Net - f2d383c955e4f3a93ea4f5b8aaf954c64ea8c195 authored over 2 years ago by Quin Lynch <[email protected]>
[DOCS] Group commands example (#2246)

* add Group Command Examples to int_framework intro

* update subcommad group's name

* adde...

github.com/discord-net/Discord.Net - 18f001e37b5bbdd37b51f933b3b9c89d38c0c400 authored over 2 years ago by Misha133 <[email protected]>
[Robot] Add missing json error (#2237)

* Add 10087, 30047, 30048, 40061 Error codes

* Update src/Discord.Net.Core/DiscordErrorCode.c...

github.com/discord-net/Discord.Net - e1a8ecd723ec3c73706cbca88d606b4bd8d8825d authored over 2 years ago by Discord-NET-Robot <[email protected]>
Typo in comment (#2242)

github.com/discord-net/Discord.Net - 42c65bc879c04b528446987bf11c2cd54188a573 authored over 2 years ago by Denis Voitenko <[email protected]>
Fix SocketGuild not returning the AudioClient (#2248)

github.com/discord-net/Discord.Net - daba58cdd4ec699617f35320072ab95e8c04c317 authored over 2 years ago by Alex Thomson <[email protected]>
Fix log severity mapping for guide sample (#2249)

github.com/discord-net/Discord.Net - 8eec6a00acdca8a75f0352145cb3048a27ea46ea authored over 2 years ago by MrCakeSlayer <[email protected]>
update build overrides url

github.com/discord-net/Discord.Net - d3a532f0132f7e35115811d938f2abc90fd68c8d authored over 2 years ago by Quin Lynch <[email protected]>
MediatR Guide + sample (#2218)

* Add guide for MediatR

* Add sample for MediatR

* Fix exposed token in program.cs

* Fi...

github.com/discord-net/Discord.Net - 53ab9f3b16868226a8ba22f206f90cf6dad426fb authored over 2 years ago by Duke <[email protected]>
feature: Update bans to support pagination (#2223)

* Cacheless impl

* Ignore cache impl

* Update src/Discord.Net.Core/Entities/Channels/Direc...

github.com/discord-net/Discord.Net - d8757a5afaed78b75c5705c5688d1e151c348d5d authored over 2 years ago by Armano den Boef <[email protected]>
Correct minor typo (#2228)

github.com/discord-net/Discord.Net - d1cf1bf02daa91d26cabdc0264e17f56ea037d9a authored over 2 years ago by clarotech <[email protected]>
fix: GuildMemberUpdated cacheable before entity incorrect (#2225)

github.com/discord-net/Discord.Net - bfd0d9bede3993ab2502c54f0f5dfe528802e494 authored over 2 years ago by Quin Lynch <[email protected]>
feature: Make bidirectional formatting optional (#2204)

* Init

* Clearing up comment on config entry.

* Update user entities to remove storage of ...

github.com/discord-net/Discord.Net - e38104bb3263d837b89c1449e9ef39f1e25a7e15 authored over 2 years ago by Armano den Boef <[email protected]>
Fix small typo in modal example (#2216)

github.com/discord-net/Discord.Net - 0439437a65e5a4ef4087c2a5115824b7908dfa99 authored over 2 years ago by TricolorHen061 <[email protected]>
feature: build overrides (#2212)

* add build overrides

* override docs

* add server submodule

* add overrides to build s...

github.com/discord-net/Discord.Net - ce410513f4009bf14756ca8994abebc559ae0b60 authored over 2 years ago by Quin Lynch <[email protected]>
Fix gateway interactions not running without bot scope. (#2217)

* Init

* Implement public channelId

github.com/discord-net/Discord.Net - 8522447c270b2d9a1409a8cf82070c0f326aac18 authored over 2 years ago by Armano den Boef <[email protected]>
feature: Global interaction post execution event. (#2213)

* Init

* Variable set to event

* Put internal above private

* Revert "Put internal abov...

github.com/discord-net/Discord.Net - a7449484772733d8bc122321ddebbd52e98b1b53 authored over 2 years ago by Armano den Boef <[email protected]>
Adds a action delegate parameter to `RespondWithModalAsync<T>()` for modifying the modal (#2226)

* add modifyModal deleagate parameter to RespondWithModalAsync extension method

* change the ...

github.com/discord-net/Discord.Net - d2118f02fb422b88e0d2f4f88cc4003c56967dd3 authored over 2 years ago by Cenk Ergen <[email protected]>
add respondwithmodal methods to restinteractinmodulebase (#2227)

github.com/discord-net/Discord.Net - 1c680db2bafaf33bd1a660731f74fbfbbe6cb746 authored over 2 years ago by Cenk Ergen <[email protected]>
Fix: ShardedClients not pushing PresenceUpdates (#2219)

github.com/discord-net/Discord.Net - c4131cfc8bc2aa22d2c133f766782b0ae407df36 authored over 2 years ago by Armano den Boef <[email protected]>
feature: add a way to remove type readers from the interaction/command service. (#2210)

* Add remove methods

* add inline docs

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

github.com/discord-net/Discord.Net - 73399459eacbc15187edf4dc9e26fd934b8a7fad authored over 2 years ago by Quin Lynch <[email protected]>
Fix: GuildPermissions.All not including newer permissions (#2209)

github.com/discord-net/Discord.Net - 91d8fabb70ad9008b4d205b3c38675289f2ca08e authored over 2 years ago by Quin Lynch <[email protected]>
Fix: Integration model from GuildIntegration and added INTEGRATION gateway events (#2168)

* fix integration models; add integration events

* fix description on IGUILD for integration
...

github.com/discord-net/Discord.Net - 305d7f9e137b86e50412204e7dd4aa2dfe733094 authored over 2 years ago by FeroxFoxxo <[email protected]>
Fix: modal response failing (#2187)

* Update bugreport.yml

* Update bugreport.yml

removed d.net reference. fixed spelling.

...

github.com/discord-net/Discord.Net - d656722bd9477c410832e2d8c22b6baf1fb2f960 authored over 2 years ago by KeylAmi <[email protected]>
Fix: serialization error on thread creation timestamp. (#2188)

github.com/discord-net/Discord.Net - d48a7bd3483bb9ba414feb70740633877e77334c authored over 2 years ago by Armano den Boef <[email protected]>
Add missing methods to IComponentInteraction (#2201)

github.com/discord-net/Discord.Net - 741ed809d64dd6c9a364f5ab6d8f82b5000677b5 authored over 2 years ago by d4n <[email protected]>
Update GuildMemberUpdated comment regarding presence (#2193)

github.com/discord-net/Discord.Net - 82473bce69f323448dff8cda3c1ddda4bbf5a383 authored over 2 years ago by Armano den Boef <[email protected]>
Fix Serilog Level Mapping (#2202)

github.com/discord-net/Discord.Net - d5342e458500d42b94f7b1471f96c40ebfc56b35 authored over 2 years ago by Robin Sue <[email protected]>
Greatly reduce code complexity & make IF samples functional (#2205)

* Greatly reduce code complexity

* Fixes sharded client IF implementation

github.com/discord-net/Discord.Net - 47de5a2fb450a846a805f5185e8bf7bf46c533ca authored over 2 years ago by Armano den Boef <[email protected]>
Fixed typo (#2206)

`await arg2.Interaction.RespondAsync("Command exception: {arg3.ErrorReason}");` would never have...

github.com/discord-net/Discord.Net - c286b9978ed13056651a7202a506d4fdeea218d3 authored over 2 years ago by Raiden Shogun <[email protected]>
Fix changelog formatting

github.com/discord-net/Discord.Net - fc31589056601a16a61f4404f67721ee05330187 authored almost 3 years ago by Quin Lynch <[email protected]>
meta: 3.4.1

github.com/discord-net/Discord.Net - e3fc96bc44fabf1809a8a0f2b5a68e79f69c8602 authored almost 3 years ago by Quin Lynch <[email protected]>
fix: thread owner always null (#2182)

github.com/discord-net/Discord.Net - 25aaa4948ad103556c09aeed813939d2f4ddd1a6 authored almost 3 years ago by Quin Lynch <[email protected]>
Fix/ambigiuous reference (#2181)

* fix: Ambigiuous reference when creating roles

* Update RestGuild.cs

github.com/discord-net/Discord.Net - f8ec3c79c2559288d743f5cd2fcb077cdb76306e authored almost 3 years ago by Quin Lynch <[email protected]>
Feature: attachment description and content type (#2180)

github.com/discord-net/Discord.Net - 765c0c554475efb332a6c28d935dbd9951158e73 authored almost 3 years ago by Quin Lynch <[email protected]>
Fix: sharded client logout (#2179)

github.com/discord-net/Discord.Net - 24b7bb593aa3b8c33321bace31680c58f3a02ea5 authored almost 3 years ago by Quin Lynch <[email protected]>
Feature: Component TypeConverters and CustomID TypeReaders (#2169)

* fix sharded client current user

* add custom setter to group property of module builder

...

github.com/discord-net/Discord.Net - fb4250b88c14ad802079f25931739df170c1dc35 authored almost 3 years ago by Cenk Ergen <[email protected]>
Add 10065 Error code (#2178)

Co-authored-by: Discord.Net Robot <[email protected]>

github.com/discord-net/Discord.Net - cc6918d15721a7b06a206720ac761b5074a9e264 authored almost 3 years ago by Discord-NET-Robot <[email protected]>
Fix error with flag params. (#2165)

github.com/discord-net/Discord.Net - a5d3add1d69618b4eb6ab9edb2ae2988b93ce231 authored almost 3 years ago by Brendan McShane <[email protected]>
Update bugreport.yml (#2159)

* Update bugreport.yml

* Update bugreport.yml

removed d.net reference. fixed spelling.

...

github.com/discord-net/Discord.Net - 48bc723f9e7ca01e479115f89fff8ddc4c2135ea authored almost 3 years ago by KeylAmi <[email protected]>
Resolve complex param sample reference (#2166)

github.com/discord-net/Discord.Net - 72629906541619bef58781f0e473c0d69f136e8b authored almost 3 years ago by Armano den Boef <[email protected]>
Add configuration toggle to suppress Unknown dispatch warnings (#2162)

github.com/discord-net/Discord.Net - 1ba96d6fbda0856f8b3c095a1e66a7e2b8c46aca authored almost 3 years ago by MrCakeSlayer <[email protected]>
meta: 3.4.0

github.com/discord-net/Discord.Net - 50d0000e260e65fbbcd0af9f0487fcc86327c99e authored almost 3 years ago by Quin Lynch <[email protected]>
Create Complex Params Docs (#2160)

* create complex params docs

* Update docs/guides/int_framework/intro.md

Co-authored-by: Q...

github.com/discord-net/Discord.Net - 5522bc443dbd7bc006730d1a16cf6bed88ddc525 authored almost 3 years ago by Cenk Ergen <[email protected]>
Unneeded build event (#2158)

Build() at the end of the command creation isn't needed. The build is done on line 34.

Co-aut...

github.com/discord-net/Discord.Net - 36d6ce9ec8777cc49049fb814fdbfee1c05aa5f4 authored almost 3 years ago by Quin Lynch <[email protected]>
Enforce valid button styles (#2157)

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

github.com/discord-net/Discord.Net - 507a18d389abb5931e1b4d0dcca06694ba3a6258 authored almost 3 years ago by Quin Lynch <[email protected]>
Display name support for enum type converter (#2156)

* Display name support for enum type converter

* allow display attribute on enum type convert...

github.com/discord-net/Discord.Net - c80067425a6e059c9862c40b47772e056e0b0eda authored almost 3 years ago by Quin Lynch <[email protected]>
Interaction Service Complex Parameters (#2155)

* Interaction Service Complex Parameters

* add complex parameters

* add complex parameters...

github.com/discord-net/Discord.Net - 9ba64f62d1013387231a98c00dc5d1dbb86bdb23 authored almost 3 years ago by Quin Lynch <[email protected]>
Support Sending Message Flags (#2131)

* Add message flags

* Add webhook message flags

github.com/discord-net/Discord.Net - 1fb62de14b071f0d2a4b261ae7344d3a586c4e41 authored almost 3 years ago by CottageDwellingCat <[email protected]>
Fix usage of CacheMode.AllowDownload in channels (#2154)

Co-Authored-By: ✨ <[email protected]>

Co-authored-by: ✨ <25006819+s...

github.com/discord-net/Discord.Net - b3370c33e2eb1ccfe5011989aff472b0f9a84eb7 authored almost 3 years ago by Quin Lynch <[email protected]>
Add IsInvitable and CreatedAt to threads (#2153)

* Add IsInvitable and CreatedAt to threads

* Update src/Discord.Net.Core/Entities/Channels/IT...

github.com/discord-net/Discord.Net - 6bf5818e72fbdad1c2c2cf8cd588d6e7c5f21cb7 authored almost 3 years ago by Quin Lynch <[email protected]>
Add Image property to Guild Scheduled Events (#2151)

* Add Image property to create and modify events

* Add CDN routes to get cover image

* Upd...

github.com/discord-net/Discord.Net - 1dc473c7e41226d986ab7b12f35f88d501b8068e authored almost 3 years ago by Quin Lynch <[email protected]>
[Robot] Add missing json error (#2152)

* Add 30046, 40004, 40060, 50068, 50086 Error codes

* Update src/Discord.Net.Core/DiscordErro...

github.com/discord-net/Discord.Net - 202554fdde5ebcc38e36b0a1a55eb199cd6bfad9 authored almost 3 years ago by Discord-NET-Robot <[email protected]>
Clarify Users property on SocketGuildChannel (#2149)

github.com/discord-net/Discord.Net - 559473913537708c7c5985f0dc92b1395189ba52 authored almost 3 years ago by Quin Lynch <[email protected]>
Add self_video to VoiceState (#2137)

* Add self_video to VoiceState

* Update selfVideo flag

github.com/discord-net/Discord.Net - 8bcd3da9e4ee025b3f5dfd6cdb171587ca63d79a authored almost 3 years ago by EpicOfficer <[email protected]>
Add return statement to precondition handling (#2062)

github.com/discord-net/Discord.Net - 3e52fab67b11a792288828f80c8e39d74a975954 authored almost 3 years ago by Cenk Ergen <[email protected]>
FAQ rework, replacing outdated info, better interaction FAQ (#2106)

* FAQ rework, replacing outdated info, better interaction faq

* Update docs/faq/basics/gettin...

github.com/discord-net/Discord.Net - a13dce2550a1778169c368936fafb593915fa70d authored almost 3 years ago by Armano den Boef <[email protected]>
Fix docs typos (#2119)

Changed frist to first and dont to don't

github.com/discord-net/Discord.Net - b7f6db96efbc8c7df6618e301902d772af0b7eb9 authored almost 3 years ago by Ilay Nahman <[email protected]>
Guides for Serilog and EFCore (#2134)

* Add serilog guide

* added suggestions from Rozen

* Add efcore guide

* Fix review chan...

github.com/discord-net/Discord.Net - 1fc07e742fa7322be55f6a10b502de44de32b39a authored almost 3 years ago by Duke <[email protected]>
Fixed documentation typo's (#2127)

* Fixed typo at line 39

On this code example for the documentation there was a typo on the RE...

github.com/discord-net/Discord.Net - 7d8911bfed9b8488055bb4c6b928bf01913d7100 authored almost 3 years ago by Almighty-Shogun <[email protected]>
Fix context menu comand message type (#2128)

github.com/discord-net/Discord.Net - f601e9bc345e0b511b0038b2906b3d1b4d5f30d4 authored almost 3 years ago by d4n <[email protected]>
Fix NRE when ratelimmited requests don't return a body (#2135)

github.com/discord-net/Discord.Net - b95b94231cf9f0774b615e5c19ef59e7f59ccb1f authored almost 3 years ago by CottageDwellingCat <[email protected]>
feat: Add FromDateTimeOffset in TimestampTag (#2146)

github.com/discord-net/Discord.Net - 553055b724176d812e2b2c2ba9ae3955b7c341fb authored almost 3 years ago by sabihoshi <[email protected]>
Fix stream access exception when ratelimited (#2117)

github.com/discord-net/Discord.Net - a1cfa41953e9f83cafaba453d750c688bcad3d24 authored almost 3 years ago by Quin Lynch <[email protected]>
meta: bump version

github.com/discord-net/Discord.Net - 92445fb247e37e78f6fe79058f11e3d6903ed276 authored almost 3 years ago by Quin Lynch <[email protected]>
Revert "Fixes unused creation of REST clients for DiscordShardedClient shards. (#2109)" (#2116)

This reverts commit 6039378c52b38a2ae53bd012643d94e84091cebd.

github.com/discord-net/Discord.Net - 84eeb780d115a354c9e5a7afbc0ded41d607663e authored almost 3 years ago by Quin Lynch <[email protected]>
Add DisplayAvatar to IGuildUser (#2115)

github.com/discord-net/Discord.Net - 1ffe9eeca9570ae97e4b50af1378ca848bb4b9e2 authored almost 3 years ago by Armano den Boef <[email protected]>
Update bugreport.yml (#2112)

Updates the bugreport format to include heading to the discussions for non-bug related issues

github.com/discord-net/Discord.Net - 9a33aa4371717b0884db7b56ded98519b0360999 authored almost 3 years ago by Armano den Boef <[email protected]>
meta: bump version

github.com/discord-net/Discord.Net - 62d4598fc9ab4f05e4d35295184b11d7f376002d authored almost 3 years ago by Quin Lynch <[email protected]>
fix: Implement correct ratelimit handles for 429's (#2110)

* init

* fix errors

github.com/discord-net/Discord.Net - b2598d37b6debbba972aaeb240980ce691f0671e authored almost 3 years ago by Quin Lynch <[email protected]>
Add DisplayName property to IGuildUser. (#2107)

github.com/discord-net/Discord.Net - abfba3c4bb07796f40f53c8573a047061d5950f3 authored almost 3 years ago by Armano den Boef <[email protected]>
Fix being unable to modify AllowedMentions with no embeds set.(#2108)

github.com/discord-net/Discord.Net - 169d54f1dfe9f3579295b5b00b4b855108565453 authored almost 3 years ago by Armano den Boef <[email protected]>
Fixes unused creation of REST clients for DiscordShardedClient shards. (#2109)

* Init

* Remove unnecessary length check

* Swap out for any check

* Final; Check if par...

github.com/discord-net/Discord.Net - 6039378c52b38a2ae53bd012643d94e84091cebd authored almost 3 years ago by Armano den Boef <[email protected]>
Fix crosspost ratelimits (#2100)

github.com/discord-net/Discord.Net - fad217e8bc1eb7596e91d3a0e95bfc824baedd8e authored almost 3 years ago by Quin Lynch <[email protected]>
Update interaction summaries (#2099)

* init

* Update RestMessageComponentData.cs

* Update src/Discord.Net.Rest/Entities/Interac...

github.com/discord-net/Discord.Net - 503d32aa7e353b964a33e1897a4503df710c8971 authored almost 3 years ago by Quin Lynch <[email protected]>
prefer shortened linq update (#2093)

github.com/discord-net/Discord.Net - 69da238a0f139ca30ad749634af80664cac87be8 authored almost 3 years ago by Sean <[email protected]>
Fix ToString() on CommandInfo (#2094)

github.com/discord-net/Discord.Net - 01735c82fb933efe90c8681e4780c0d9f28eddd4 authored almost 3 years ago by Armano den Boef <[email protected]>
Fix channel being null in DMs on Interactions (#2098)

github.com/discord-net/Discord.Net - 7e1b8c9db06ef6458f487f317f6cd4dcfaa63a24 authored almost 3 years ago by Quin Lynch <[email protected]>
meta: bump 3.3.0

github.com/discord-net/Discord.Net - 0352374e74d4cf07696f7e13993646ea344131c5 authored almost 3 years ago by Quin Lynch <[email protected]>
Feature: Implement modals (#2087)

* Implement Modals (#428)

* Socket Modal Support

* fix shareded client support

* Proper...

github.com/discord-net/Discord.Net - c8f175e11abd900fc6e95a660def46648fd44dc8 authored almost 3 years ago by Quin Lynch <[email protected]>
Add support for attachments (#2088)

* Enforce valid button styles

* support command option type 11

* missing '.'

* Added ty...

github.com/discord-net/Discord.Net - 33efd8981dced689a5243a45012fe2fb527a3c24 authored almost 3 years ago by Quin Lynch <[email protected]>
fix guild feature enum (#2089)

github.com/discord-net/Discord.Net - d142710d2af9e593e0737e501b279b785df075d1 authored almost 3 years ago by Quin Lynch <[email protected]>
Fix attempts to fetch channels in interactions (#2090)

* fix attempts to fetch channels in interactions

* remove test case

github.com/discord-net/Discord.Net - 6290f75359c1ad5b7a610601b124dd867d5dafb6 authored almost 3 years ago by Quin Lynch <[email protected]>
Feature: Allow modifying attachments on interactions and extend the module base (#2091)

github.com/discord-net/Discord.Net - 97e54e10476a51fe17b2cc388d5ae5fe8add18af authored almost 3 years ago by Quin Lynch <[email protected]>
Fix Current user null on reconnect (#2092)

github.com/discord-net/Discord.Net - b424bb2019147426dd8b5040dc6ad25fed96994a authored almost 3 years ago by Quin Lynch <[email protected]>
Add IEnumerable collection parameters instead of arrays for MessageExtensions (#2079)

github.com/discord-net/Discord.Net - 75e94feab0f61a8de2e06a4ec26e33af1369d08b authored almost 3 years ago by Quin Lynch <[email protected]>
Create bugreport.yml (#2080)

* Create bugreport.yml

Grabbed from Discord.Net-Labs, original by @CottageDwellingCat

* Ap...

github.com/discord-net/Discord.Net - 0a672addcf83b322c39743ed20da7b15adc96e1e authored almost 3 years ago by Armano den Boef <[email protected]>
Simplify code in DiscordComparers (#1713)

github.com/discord-net/Discord.Net - 43b20bc73e622fa7868ffda2c3836eb329b60819 authored almost 3 years ago by AlFas <[email protected]>
fix: Rest message components cannot pass through execute method (#2076)

Line 60 should be equal to line 42 here. Currently rest interactions cant execute the messagecom...

github.com/discord-net/Discord.Net - b45aebf50686612c70571838a8548b013df15c08 authored almost 3 years ago by Armano den Boef <[email protected]>
fix: Clone being created on updated entity (#2077)

* Patch clone being created on updated entity

* Clone globaluser as its not within the same i...

github.com/discord-net/Discord.Net - 7d6f4f3b6c0a3c46da7c2f44967f1aaff066a438 authored almost 3 years ago by Armano den Boef <[email protected]>
meta: changelog

github.com/discord-net/Discord.Net - 9116c9a97cc34e0a0ff2109a1523e5c37d54b5df authored almost 3 years ago by quin lynch <[email protected]>
Merge branch 'dev' of https://github.com/discord-net/Discord.Net into dev

github.com/discord-net/Discord.Net - e19ad2832a3b4cc57823046156dcb852454056c9 authored almost 3 years ago by quin lynch <[email protected]>
meta: bump version

github.com/discord-net/Discord.Net - fddaac9a2120988f0d2bfa3b372e615b0255b169 authored almost 3 years ago by quin lynch <[email protected]>