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 thread member download on create (#2072)

github.com/discord-net/Discord.Net - 09eb9facbafa9d10d16a52768befd3f3295ceaa4 authored almost 3 years ago by Quin Lynch <[email protected]>
Fix logging a TaskCanceledException out of users control (#2030)

github.com/discord-net/Discord.Net - 82f3879aaf2e1b4f40ffb327be926a43e2e174a9 authored almost 3 years ago by Quin Lynch <[email protected]>
Fix Channel Types Attribute (#2066)

* fix channeltypes attribute

* fix channeltypes attribute

github.com/discord-net/Discord.Net - 1917961ee32798c09d8b38abdbc40954650de803 authored almost 3 years ago by Cenk Ergen <[email protected]>
Fix attempt to get application info for non-bot tokens (#2071)

github.com/discord-net/Discord.Net - 37ada59639bd6fb5793cc889303db29afa245c7e authored almost 3 years ago by Quin Lynch <[email protected]>
Fix markdown formatting in Glossary (#2064)

github.com/discord-net/Discord.Net - f52513188f524a63fed773a5f4971599e5c6e78e authored almost 3 years ago by Armano den Boef <[email protected]>
Set Stream.Position in FileAttachment-ctor to 0 (#2063)

Co-authored-by: Christoph Liebender <[email protected]>

github.com/discord-net/Discord.Net - 6dada6699238d9a7580186506713b2f2627472f6 authored almost 3 years ago by Christoph L <[email protected]>
Update HttpException to display inner-errors on the HttpException.Message for better debugging (#2059)

Update HttpException.cs

github.com/discord-net/Discord.Net - 5773b8e66dd294c7bf052082c5ab800f08ebcce2 authored almost 3 years ago by Nikita Petko <[email protected]>
Add missing IThreadUser interface (#2055)

* Implement

* Add IMentionable to RestThreadUser

* Rather move mentionable to interface fo...

github.com/discord-net/Discord.Net - 3475bd8d6f8521d23efb4978fc902496cb5fa658 authored almost 3 years ago by Armano den Boef <[email protected]>
Adding Entity guides, flowcharts, better sample system. (#2054)

* initial

* Interaction glossary entry

* Sharded Interaction sample

* Renames into solu...

github.com/discord-net/Discord.Net - b14af1c00866f8453d895e4f9521db2c6150a211 authored almost 3 years ago by Armano den Boef <[email protected]>
Update creating-context-menu-commands.md (#2061)

Fix typo
Add missing semicolon

github.com/discord-net/Discord.Net - b0f59e3eb964c48805bb383fdb5f92e69611069b authored almost 3 years ago by Rob Aguilar <[email protected]>
chore: update year and version

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

github.com/discord-net/Discord.Net - 3108e312aa543b71379c0ed75e7113f224b198b9 authored almost 3 years ago by quin lynch <[email protected]>
Fix ThreadMember null ref (#2046)

github.com/discord-net/Discord.Net - bcd5fa450b3f0b169ab2fa5a8bde7c8042f0784c authored almost 3 years ago by Quin Lynch <[email protected]>
Fix argument null exception on Message Create (#2045)

github.com/discord-net/Discord.Net - a07531f65555179226f7b966382d650193312b51 authored almost 3 years ago by Quin Lynch <[email protected]>
Use ApplicationId for interactions (#2044)

github.com/discord-net/Discord.Net - c6825647f271d594e3e390bd11bacb8d7ac2cd76 authored almost 3 years ago by Quin Lynch <[email protected]>
Fix exception when uploading files (#2034)

github.com/discord-net/Discord.Net - 7f4feea96de51d580f61870295d5323c8962d122 authored almost 3 years ago by Quin Lynch <[email protected]>
Add GetChannelType extension method (#2035)

github.com/discord-net/Discord.Net - 64423a06535d8ca67f4c010dc8ccd79abb4afc2d authored almost 3 years ago by Quin Lynch <[email protected]>
Add missing guild features (#2036)

github.com/discord-net/Discord.Net - 7075d4ee35a572740aeae928afd42750faa22e6c authored almost 3 years ago by Quin Lynch <[email protected]>
Add default ratelimit callback (#2037)

github.com/discord-net/Discord.Net - 4d9389b3aa8a5c0930488b44078b4f637cb24cd5 authored almost 3 years ago by Quin Lynch <[email protected]>
Add AddRow and WithRows to ComponentBuilder (#2038)

github.com/discord-net/Discord.Net - 3429cf99c8b64e19973882d7ecb9bb7f2f13ffca authored almost 3 years ago by Quin Lynch <[email protected]>
Update v2->v3 guide and index page (#2039)

* Update v2->v3 guide and index

* Fix format on save fail

* Update index.md

* Update di...

github.com/discord-net/Discord.Net - c1641f12fcfada66da143fe7f3f66f27d793f420 authored almost 3 years ago by Quin Lynch <[email protected]>
Add user locale & guild locale in interactions (#2040)

github.com/discord-net/Discord.Net - 2731e201463497efe9dedfed4e93c109c943df64 authored almost 3 years ago by Quin Lynch <[email protected]>
Add search methods to InteractionService (#2041)

github.com/discord-net/Discord.Net - 9a52d05637e5f68a57f12a14d14172044e78ca8d authored almost 3 years ago by Quin Lynch <[email protected]>
Move gateway intents warning to ready event (#2042)

github.com/discord-net/Discord.Net - 3633929e5f7fb7cd43fc1994fe67196b4ef88aac authored almost 3 years ago by Quin Lynch <[email protected]>
Fix Interaction delete original response (#2033)

* Fix interaction delete

* Remove extra space

github.com/discord-net/Discord.Net - 291d1e4d3caee64d6240fd3ab171c3222bf34684 authored almost 3 years ago by Quin Lynch <[email protected]>
Make DefaultChannel exclude threads (#2031)

github.com/discord-net/Discord.Net - a06ba9fef8741a58b860498fe1d2903de312a8fe authored almost 3 years ago by Quin Lynch <[email protected]>
Fix OperationCancelledException and add IAsyncEnumerable to wait without thread blocking (#1562)

* Fixed Task Scheduler operation cancelled error caused by Orphaned RunCleanup task on RequestQu...

github.com/discord-net/Discord.Net - cd36bb802b25875ef223aefe4d4ad98ecc7758ed authored almost 3 years ago by James Grant <[email protected]>
Add Construct Method to InteractionModuleBase and Fix NRE on User-Built Module Creation (#2016)

github.com/discord-net/Discord.Net - 4ed4718e18d3f94fdd4ebc9fb4ae937e3f6c4099 authored almost 3 years ago by Cenk Ergen <[email protected]>
Update bulk-overwrite-of-global-slash-commands.md

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

github.com/discord-net/Discord.Net - 99d8ca4b6b29f4e57d1e45b79d52644362065ed8 authored almost 3 years ago by quin lynch <[email protected]>
Fix IsTopLevelCommand (#2025)

* init

* fix IsTopLevel for ModuleInfo and CommandInfo

github.com/discord-net/Discord.Net - 4b7cda01a6a9ecb551e8734d9501a296e1d11570 authored almost 3 years ago by Cenk Ergen <[email protected]>
Remove .ToLower from group name registration (#2024)

github.com/discord-net/Discord.Net - 9594ccc6d988ff19c44bbf73dbcb6694b1db11a4 authored almost 3 years ago by Cenk Ergen <[email protected]>
Fix ModifyAsync (#2023)

* Fix issue with Argument cannot be blank when modifying flags

* Make uniform with existing code

github.com/discord-net/Discord.Net - e3eb0a95222520e4acba4a61ca3ead05e921fdb9 authored almost 3 years ago by Brendan McShane <[email protected]>
Fix InteractionContext.Guild (#2014)

* fix InteractionContext.Guild

* remove user parameter from InteractionContext ctor

github.com/discord-net/Discord.Net - 944a0def9775bb9cb2412579c0cea53407b6c5a1 authored almost 3 years ago by Cenk Ergen <[email protected]>
Add user-built AddCommand overloads to ModuleBuilder (#2015)

* add user-built AddCommand overloads to ModuleBuilder

* fix inline docs

github.com/discord-net/Discord.Net - 68e3bed4ff3edc044c4f5200ed9664ae7b061896 authored almost 3 years ago by Cenk Ergen <[email protected]>
Match argument defaults with IDiscordInteraction on SocketInteraction (#2018)

github.com/discord-net/Discord.Net - 093e548cd4586bd2331c20396cf69f4d5285c324 authored almost 3 years ago by Tom Upson <[email protected]>
Create FUNDING.yml

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

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

github.com/discord-net/Discord.Net - 0a3898ca72782aeb230b3feaf93abb49a9d2acc6 authored almost 3 years ago by quin lynch <[email protected]>
Add MaxUploadLimit to guilds (#2001)

github.com/discord-net/Discord.Net - 7745558bdcb81f810dddb47b4f836dbd68ab555e authored almost 3 years ago by Quin Lynch <[email protected]>
Add RTCRegion to voice channels (#2002)

* Add RTCRegion to voice channels

* Update MockedGroupChannel.cs

github.com/discord-net/Discord.Net - 2a416a355cc911131e7e2567976e48a74453abbd authored almost 3 years ago by Quin Lynch <[email protected]>
Guilduser timeouts and MODERATE_MEMBERS permission (#2003)

Co-Authored-By: Armano den Boef <[email protected]>

github.com/discord-net/Discord.Net - 144741e7c4b64766e142e4c2190244db397cf690 authored almost 3 years ago by Quin Lynch <[email protected]>
Fix CommandExecuted not invoked on failed parse (#1993)

Co-Authored-By: Adam Gauthier <[email protected]>

github.com/discord-net/Discord.Net - 82bb3e403f4c1a00389c60fc268ba015de400592 authored almost 3 years ago by Quin Lynch <[email protected]>
Make HasResponded public and add it to IDiscordInteraction (#1994)

github.com/discord-net/Discord.Net - 1fbcbb8a672f2ab27dcb8ec092581217e110e9fd authored almost 3 years ago by Quin Lynch <[email protected]>
Fixed file being disposed on upload (#1995)

github.com/discord-net/Discord.Net - ad20e03a98d363a9cb5a7d2398ba268997658edf authored almost 3 years ago by Quin Lynch <[email protected]>
Add nullable type converter to Interaction service (#1996)

* Add nullable type converter to Interaction service

* update NullableConverter CanConvertTo ...

github.com/discord-net/Discord.Net - ccc365edfd7db75ffc1e3a60ed5c1d74136ace76 authored almost 3 years ago by Quin Lynch <[email protected]>
Make module service scopes optional (#1997)

Co-Authored-By: Cenk Ergen <[email protected]>

github.com/discord-net/Discord.Net - cb1aad308b8dff1fe63ad14adfc6cc2fa4bf9c72 authored almost 3 years ago by Quin Lynch <[email protected]>
Add before and after execute async (#1998)

github.com/discord-net/Discord.Net - 9f124b25ab3cc2e64ffbac3aeb81247ebd4d6ca5 authored almost 3 years ago by Quin Lynch <[email protected]>
Fix SocketGuildUser being changed to SocketGlobalUser in UserLeft (#1999)

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

github.com/discord-net/Discord.Net - 5446bfe34343ac6e08757d566785ef2f4c4ded6b authored almost 3 years ago by Quin Lynch <[email protected]>
fix images; fix closing brace on cs ref (#1992)

github.com/discord-net/Discord.Net - fb5252511af395959d77829da3c1b6a6b6991edf authored almost 3 years ago by Steven <[email protected]>
Fix images path for select menu section (#1990)

github.com/discord-net/Discord.Net - a8b550660be4c7994d17d0fbb7c938ad05c83156 authored almost 3 years ago by Steven <[email protected]>
Update FAQ & Migration guide to include Intents (#1987)

* Update client-basics.md

* Update v2_to_v3_guide.md

github.com/discord-net/Discord.Net - e779e97fa53e0cde52a3a8ad2c319594d8cfd610 authored about 3 years ago by Armano den Boef <[email protected]>
Update package banner link (#1986)

* Missed single link update

> Working on svg logo to be made available from main site instead...

github.com/discord-net/Discord.Net - 178446ab80f175cc15ed8b1bd94754fa3413c711 authored about 3 years ago by Armano den Boef <[email protected]>
Update README.md

github.com/discord-net/Discord.Net - 7fd991f7b5c34a1085dc6f262b45e346a53c821c authored about 3 years ago by Quin Lynch <[email protected]>
Update README.md (#1985)

github.com/discord-net/Discord.Net - 30fdfa49481d78a065a6c91d1dc1936e4d9a4c2a authored about 3 years ago by Armano den Boef <[email protected]>
Add section about timeouts in interactions

github.com/discord-net/Discord.Net - 2c567ea5466cd66c01ae8235d038932902b45ec9 authored about 3 years ago by quin lynch <[email protected]>
fix: guild scheduled events update (#1976)

github.com/discord-net/Discord.Net - 8daa0b6c911a36cbf6a9fb6cfbe8b030dd9b0ceb authored about 3 years ago by Quin Lynch <[email protected]>
fix requireRole attribute of interaction service (#1980)

github.com/discord-net/Discord.Net - a2f57f8cc61baa2a48e4f7a05602cb3d86484f35 authored about 3 years ago by Cenk Ergen <[email protected]>
fix thread member nre (#1977)

github.com/discord-net/Discord.Net - 5d43fe65b49e32b2dafb091d548ddfcab221a3ec authored about 3 years ago by Quin Lynch <[email protected]>
Fix voice codes namespace

github.com/discord-net/Discord.Net - 768a0a90b64e6c54938fc1503b86a79d93219ed2 authored about 3 years ago by quin lynch <[email protected]>
Allow clients to send 'Gateway Voice State Update' command (#1888)

* Expose SendVoiceStateUpdateAsync API to clients

Fixes #1882

* Revert "Expose SendVoiceSt...

github.com/discord-net/Discord.Net - a4b0c4f1e3d96efb1568f08a6f696c9cf147a90c authored about 3 years ago by ppaneksamsung <[email protected]>
Update to Labs 3.5.0 (#1971)

* Merge https://github.com/Discord-Net-Labs/Discord.Net-Labs into patch/labs3.5.0

* Add missi...

github.com/discord-net/Discord.Net - 6c7502da685a95d5c855665b99af0f6de4d0eec1 authored about 3 years ago by Quin Lynch <[email protected]>
Fix NRE on http error handling (#1970)

In some cases, the code is not able to deserialize API.DiscordError, but
it attempts to use its...

github.com/discord-net/Discord.Net - 52e201999007acb6a4a30256fd0ba76590eeaa40 authored about 3 years ago by Adam Gauthier <[email protected]>
Fix Discord.Interactions csproj

github.com/discord-net/Discord.Net - c24b7a145af0a6292abd4d9f8c264191d48e1417 authored about 3 years ago by quin lynch <[email protected]>
Update CHANGELOG.md

github.com/discord-net/Discord.Net - bedfb96fe444e9da87fcfb1c11498721346065bd authored about 3 years ago by quin lynch <[email protected]>
Update changelog order

github.com/discord-net/Discord.Net - d1da88d1705ba9ad3fbf9760aeda23319b5a235f authored about 3 years ago by Quin Lynch <[email protected]>
Update CHANGELOG.md

github.com/discord-net/Discord.Net - 6cfaa8f3388c02907805cfb4b214e5875aa30a9d authored about 3 years ago by quin lynch <[email protected]>
Update widget

github.com/discord-net/Discord.Net - d889af6654494746dbb8fe1801e0f1f1f85931f6 authored about 3 years ago by Quin Lynch <[email protected]>
Add discord.net official discord server to readme

github.com/discord-net/Discord.Net - 7eb852ddd800230909650202ddb05d3fcb7c118f authored about 3 years ago by Quin Lynch <[email protected]>
V3 Final merge (#1966)

* Update azure-pipelines.yml

* Update deploy.yml

* Remove version tag from proj

* Updat...

github.com/discord-net/Discord.Net - 5a7e43a8cb33d0e04af3c754ba36926c5d2b936e authored about 3 years ago by Quin Lynch <[email protected]>
Update isRequired (#1959)

github.com/discord-net/Discord.Net - 98b03be26a198c8e22ccd8ee51512092519b2fbe authored about 3 years ago by Quin Lynch <[email protected]>
Update from Discord .Net Labs 3.4.8 (#1958)

* Embeds array for send message async (#181)

* meta: bump version

* meta: bump vers

* F...

github.com/discord-net/Discord.Net - aa6bb5e293997735429d3dbe05ddf80ddb24df51 authored about 3 years ago by Quin Lynch <[email protected]>
Add custom setter to Group property of ModuleBuilder to automatically invoke AddAliases (#1950)

* fix sharded client current user

* add custom setter to group property of module builder

github.com/discord-net/Discord.Net - ba656e99b85fc791808cc7cd08cfe207b407fcd3 authored about 3 years ago by Cenk Ergen <[email protected]>
feature: Add method to clear guild user cache (#1767)

* Add method to clear a SocketGuild's user cache

* Add optional predicate

* Compress overl...

github.com/discord-net/Discord.Net - 19a66bf8782e7b8879c6b8b372134e01be0090d7 authored about 3 years ago by Daniel Baynton <[email protected]>
Add characters commonly use in links to Sanitize (#1152)

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

github.com/discord-net/Discord.Net - b9274d115dfcec28a732fd3c9122ca65ebe4951e authored about 3 years ago by Monica S <[email protected]>
feature: warn on invalid gateway intents (#1948)

github.com/discord-net/Discord.Net - 51e06e9ce190ac46aeaeb8650d71d58eba0b5412 authored about 3 years ago by Quin Lynch <[email protected]>
feature: default application games (#1949)

* Initial implementation

* Add missing summary

github.com/discord-net/Discord.Net - 82276e351aa306920e6a0ea7535c81428dd2003c authored about 3 years ago by Quin Lynch <[email protected]>
Merge branch 'siscodeorg-commands/validate-get-best-match' into dev

github.com/discord-net/Discord.Net - 4f1fe2b0843976b7e8cc2aca3022f78b8eac9274 authored about 3 years ago by quin lynch <[email protected]>
Merge branch 'commands/validate-get-best-match' of https://github.com/siscodeorg/Discord.Net into siscodeorg-commands/validate-get-best-match

github.com/discord-net/Discord.Net - 3cd9f399186abe078735486ccdbfec25150495f5 authored about 3 years ago by quin lynch <[email protected]>
Fix incorrect casing on `HandleCommandPipeline`

github.com/discord-net/Discord.Net - adf3a9c459958254cd7241acf27a8c2afbeea822 authored about 3 years ago by roridev <[email protected]>
Add requested changes

Changes:
- Use IResult instead of Optional CommandMatch

- Rework branching workflow

github.com/discord-net/Discord.Net - a92ec56d884ffe41f74c1f6b9541c1d70d6d823d authored about 3 years ago by roridev <[email protected]>
Add `MatchResult`

github.com/discord-net/Discord.Net - d1b31c8f529033afda8d4a9e320788de0d034693 authored about 3 years ago by roridev <[email protected]>
Update socket presence and add new presence event (#1945)

github.com/discord-net/Discord.Net - 9d6dc6279db499c48811e80e9c385f7015d00333 authored about 3 years ago by Quin Lynch <[email protected]>
feature: Handle bidirectional usernames (#1943)

* Initial implementation

* Update summary

github.com/discord-net/Discord.Net - 10afd96e6ec6dcb2bba8c1f5d54a696f60bac989 authored about 3 years ago by Quin Lynch <[email protected]>
fix NRE when adding parameters thru builders (#1946)

github.com/discord-net/Discord.Net - 143ca6db437ac18d4615c0752e00464b566f6264 authored about 3 years ago by Quin Lynch <[email protected]>
fix sharded client current user (#1947)

github.com/discord-net/Discord.Net - d5f5ae132ca4cd9a6bd156cd4bc57cca354c6afd authored about 3 years ago by Cenk Ergen <[email protected]>
Add Voice binaries (#1944)

* Add binaries and read me

* Update sending voice docs

* Undo markdown formatting

github.com/discord-net/Discord.Net - b5c150dc166f288ab4a400097259a1ecda5ce399 authored about 3 years ago by Quin Lynch <[email protected]>
Implement multi-file upload to webhooks (#1942)

github.com/discord-net/Discord.Net - bc440abd445d58aa5bbe2c8f551c43d54aecbdc8 authored about 3 years ago by Quin Lynch <[email protected]>
Add default nullable enum typereader (#1518)

github.com/discord-net/Discord.Net - f7a07aec02658cd289f283bb1e992d511ed9f5c1 authored about 3 years ago by Paulo <[email protected]>
Added negative TimeSpan handling (#1666)

- Added unit tests for the TimeSpanTypeReader
- Fixes https://github.com/discord-net/Discord.Ne...

github.com/discord-net/Discord.Net - 6abdfcbf878329f8294884b60e90acf797bf1f9b authored about 3 years ago by Slate <[email protected]>
Add MaxBitrate to the interface (#1861)

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

github.com/discord-net/Discord.Net - e0dbe7c69543d9fcdf24c26e9c16c9b8b1eaa94d authored about 3 years ago by Paulo <[email protected]>
Add null check to AllowedMentions.ToModel() (#1865)

github.com/discord-net/Discord.Net - 3cb662ff7a829c0d436be5437a921da7927e38aa authored about 3 years ago by d4n <[email protected]>
Fix emoto try parse (#1941)

github.com/discord-net/Discord.Net - 900c1f4385a66fe0e190a92edf05c434b3fd5838 authored about 3 years ago by Quin Lynch <[email protected]>
Merge Labs 3.X into dev (#1923)

* meta: bump version

* Null or empty fix (#176)

* Add components and stickers to ReplyAsyn...

github.com/discord-net/Discord.Net - 933ea42eaac47094ef77608aa2aa3f6d602ac30d authored about 3 years ago by Quin Lynch <[email protected]>
feature: IVoiceChannel implements IMentionable (#1896)

github.com/discord-net/Discord.Net - 3395700720bc42b0cbb4222b9821ab40bdac54c4 authored over 3 years ago by Nikon <[email protected]>
fix: Add default avatar to WithAuthor extension (#1890)

Adds `?? user.GetDefaultAvatarUrl()` to the avatar icon field.

github.com/discord-net/Discord.Net - c20086158572acf5fbc3c795769d12b39b127482 authored over 3 years ago by Quin Lynch <[email protected]>
feature: Add Name property to Teams (#1879)

github.com/discord-net/Discord.Net - c5b4b645b8eeea9698453be0602ad07dba9dabf8 authored over 3 years ago by Wardog <[email protected]>
fix: Change embed description max length to 4096 (#1886)

* Update max embed description length (fixes #1881)

* Update unit tests for new embed builder...

github.com/discord-net/Discord.Net - 8349cd7e1eb92e9a3baff68082c30a7b43e8e9b7 authored over 3 years ago by th0mk <[email protected]>
fix: Rest message type (#1877)

github.com/discord-net/Discord.Net - 22bb1b02dd9ec20c2485657f1b55193e18df393f authored over 3 years ago by Paulo <[email protected]>