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

feature: Add support for setting X-RateLimit-Precision (#1354)

* support X-RateLimit-Reset sending integer or float values

This changes the way that the X-R...

github.com/discord-net/Discord.Net - 9482204bcfdc57c859f4fd6daae0c44d3010e931 authored over 5 years ago by Chris Johnston <[email protected]>
[abibrk] change: Update ISystemMessage interface to allow reactions (#1368)

* Move reaction methods of IUserMessage to IReactionMessage

Moves the reaction-related method...

github.com/discord-net/Discord.Net - 07f4d5f35378005062902193ccaf23758e25abf3 authored over 5 years ago by Chris Johnston <[email protected]>
feature: Add SelfStream voice state property (#1369)

* Add self_stream voice state property

Adds the self_stream property which is set true when a...

github.com/discord-net/Discord.Net - 9bb08c9ba44483103c0f3f101a1095b3758dbe5e authored over 5 years ago by Chris Johnston <[email protected]>
fix: Fix keys of guild update audit (#1371)

github.com/discord-net/Discord.Net - b0a595be7705e0e8505fdc28a80cb7b6e0ac9513 authored over 5 years ago by NeKz <[email protected]>
lint: rename IsStream to IsStreaming

While it might be more proper to refer to a voice state as composing
a stream (i.e., the IVoiceS...

github.com/discord-net/Discord.Net - dcd9cdd13ee0bd4d337e07d610dd612b6473ff6b authored over 5 years ago by Christopher Felegy <[email protected]>
fix: #1314 Don't parse tags within code blocks (#1318)

* implement a fix for tags being found in code blocks

still needs polish, consider this a rou...

github.com/discord-net/Discord.Net - c977f2ec9c4b856ecaff3879cc1b50baa2c9e8a1 authored over 5 years ago by Chris Johnston <[email protected]>
fix: CommandExecuted event will fire when a parameter precondition fails like what happens when standard precondition fails. (#1346)

github.com/discord-net/Discord.Net - e8cb03170476bd4b20a18cfff1f3784783649c80 authored over 5 years ago by advorange <[email protected]>
feature: Add Quote Formatting (#1348)

* Implement Quote Formatting

Adds support for block quote text formatting. This feature is cu...

github.com/discord-net/Discord.Net - 265da99619a775d23b24326648fe4220bc6beeae authored over 5 years ago by Chris Johnston <[email protected]>
docs: Fixing GatewayEncoding comment (#1359)

Const, not a property

github.com/discord-net/Discord.Net - 52565ed0de5e582fb275d10964d560c8b791f0ac authored over 5 years ago by moiph <[email protected]>
feature: Add ChannelFollowAdd MessageType (#1358)

Adds the new MessageType for system messages indicating that a webhook for a news channel has be...

github.com/discord-net/Discord.Net - 794eba5d1a2ff8d8b37a1e3a61ee3c3b2ca6c9fc authored over 5 years ago by Chris Johnston <[email protected]>
[ci skip] Removed duplicate "any" from the readme (#1353)

github.com/discord-net/Discord.Net - 15b2a36790ceaab453d001d939d039860592dd0d authored over 5 years ago by Kieran Boyle <[email protected]>
docs: Fixed a spelling error. (#1349)

github.com/discord-net/Discord.Net - af79ed54a1958e1cc327af9563da197e68be0ba4 authored over 5 years ago by Saulius Šaltenis <[email protected]>
ci: build and deploy docs automatically

commit ed3dac1cc7cb57b00e158273ab1487d5fb3e4eb3
Author: Christopher Felegy <[email protected]...

github.com/discord-net/Discord.Net - 2981d6bd806b0ca8a3697a6d7a949acaad23b288 authored over 5 years ago by Christopher Felegy <[email protected]>
fix: Remove null coalescing on ToEmbedBuilder Color (#1333)

Very simple change, removes the null coalescing operator on the EmbedBuilder's Color property in...

github.com/discord-net/Discord.Net - 120c0f72cb8dbf6c2306229eacc159a2bb85a2b5 authored over 5 years ago by gab <[email protected]>
fix: Fixed attempting to access a non-present optional value (#1337)

github.com/discord-net/Discord.Net - 4edda5b729836e511e7fb417c71234ed18dd7980 authored over 5 years ago by Casino Boyale <[email protected]>
[ifcbrk] feature: Implement Client Status Support (#1247)

* Implement Client Status Support

Adds support for using the client_status as sent as part of...

github.com/discord-net/Discord.Net - 9da11b418488890e57d1b59b06c8c67c378745d2 authored over 5 years ago by Chris Johnston <[email protected]>
debug: temporary sanity checking in SocketGuild

github.com/discord-net/Discord.Net - c870e672a21849fb37bcc9bc82af6abc7b12fdc1 authored over 5 years ago by Christopher Felegy <[email protected]>
[ifcbrk] feature: id overload for RemoveReactionAsync (#1310)

* Added id overload for RemoveReactionAsync

* Fixed the docs strings

github.com/discord-net/Discord.Net - c88b1dada7382539097f8e65264399467e35d54b authored over 5 years ago by Casino Boyale <[email protected]>
[ifcbrk] feature: BOOST (#1319)

* add new MessageTypes

* Add new properties to the updated models

* add the SystemChannelM...

github.com/discord-net/Discord.Net - faf23dee35ec250e35df6ebe7a39b9b5b325b617 authored over 5 years ago by Chris Johnston <[email protected]>
fix: include MessageFlags and SuppressEmbedParams

github.com/discord-net/Discord.Net - d6d4429c3d93a97c632109cdccbc0de6f98553cd authored over 5 years ago by Christopher Felegy <[email protected]>
docs: Fix invalid cref values in docs (#1329)

Signed-off-by: Still Hsu <[email protected]>

github.com/discord-net/Discord.Net - 363d1c6da6309dd98116979713f21011f682e357 authored over 5 years ago by Still Hsu <[email protected]>
feature: Added a Rest property to DiscordShardedClient (#1326)

* Added a Rest property to DiscordShardedClient

* Moved the rest client onto the BaseSocketCl...

github.com/discord-net/Discord.Net - 9fede346d321ea79bca907036d9a4caf16e99a00 authored over 5 years ago by Casino Boyale <[email protected]>
lint: Fix spelling mistake in ExclusiveBulkDelete warning (#1330)

github.com/discord-net/Discord.Net - c864f48c3bc26fcf03fccf1888d9b67511d743b9 authored over 5 years ago by Passive <[email protected]>
docs: Change token explanation (#1331)

man I wish people read more

github.com/discord-net/Discord.Net - 0484fe8e9d16a8f97c1e79335c4b30f55194ea3c authored over 5 years ago by Alex Gravely <[email protected]>
[ifcbrk] feature: suppress messages

yeah man I support the first amendment

github.com/discord-net/Discord.Net - cd288923c3222713d01131ebf2c75b3085f18de7 authored over 5 years ago by Christopher Felegy <[email protected]>
Fix #1327 Color.ToString returns wrong value (#1328)

* Match debugger display value

https://github.com/discord-net/Discord.Net/issues/1327

* Us...

github.com/discord-net/Discord.Net - 1e8aa080abe555c23c68d8fac6e52c3cebacc092 authored over 5 years ago by Passive <[email protected]>
test: Split Unit and Integration tests into separate projects (#1290)

* Squashed commit of test rewrite changes

fix missing priority speaker flag

rewrite the Te...

github.com/discord-net/Discord.Net - a797be9ca03005bc0fd451fee0a889e71b71ee15 authored over 5 years ago by Chris Johnston <[email protected]>
feature(binbrk): Add properties missing from User and Activity models (#1237)

* WIP commit, update IActivity and IUser with missing types

* incomplete implementation of in...

github.com/discord-net/Discord.Net - 40844b9e135adda3382cd250363442e318e52425 authored over 5 years ago by Chris Johnston <[email protected]>
meta: bump version to v2.2.0-dev, update CHANGELOG

github.com/discord-net/Discord.Net - 10463cfdd2a439aa96bde85ca83d01d3862cf612 authored over 5 years ago by Christopher Felegy <[email protected]>
meta: v2.1.1

github.com/discord-net/Discord.Net - dfd82a5ab7d06f77a2ad27321c7931891ca04e0d authored over 5 years ago by Christopher Felegy <[email protected]>
fix: add EmbedTypeConverter with unknown handling

Prevents messages with an unknown EmbedType from failing to unmarshal

github.com/discord-net/Discord.Net - d287ed1d4c2d2f0b96be1969a7b056da95cc2fc2 authored over 5 years ago by Christopher Felegy <[email protected]>
fix: fixed optionals having IsSpecified true when objects weren't in cache (#1323)

* Fixed optionals having IsSpecified true when objects weren't in cache

* Removed double null...

github.com/discord-net/Discord.Net - 1cc5d7321b2d3912df8b18b74ee2cb76ac329ba3 authored over 5 years ago by Casino Boyale <[email protected]>
fix: ignore escape behavior on remainder parameters (#994)

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

github.com/discord-net/Discord.Net - 2e95c4913b2f60100f8867ecebbbcbfc2091480f authored over 5 years ago by Christopher Felegy <[email protected]>
Revert "Merge remote-tracking branch 'quahu/dev' into dev"

This reverts commit 8fb0d5dc13613e1539aff09899b465e21308d64c, reversing
changes made to 3e65e03b...

github.com/discord-net/Discord.Net - a8c853f1ec4deaa4116c25171fe4205936773d36 authored over 5 years ago by Christopher Felegy <[email protected]>
Merge remote-tracking branch 'quahu/dev' into dev

github.com/discord-net/Discord.Net - 8fb0d5dc13613e1539aff09899b465e21308d64c authored over 5 years ago by Christopher Felegy <[email protected]>
meta: bump Ix.Net to 3.2.0

github.com/discord-net/Discord.Net - 3e65e03b8583937057091d2ecb22c07162c2e4ca authored over 5 years ago by Christopher Felegy <[email protected]>
docs: update TextChannelProperties to 6-hour slow mode

github.com/discord-net/Discord.Net - 46da3523d090ed3f99c44e9c755ac5e1cbb5c94b authored over 5 years ago by Christopher Felegy <[email protected]>
feature: Disconnect guild members from voice channels (#1311)

* Feature: Disconnect users from voice channels

Updates GuildUserProperties to allow for sett...

github.com/discord-net/Discord.Net - fc48c6606d293f1cd9d9a7df10f747e1e9fc93de authored over 5 years ago by Chris Johnston <[email protected]>
fix: Update maximum value for SlowModeInterval (#1320)

Discord allows the slow mode to be up to 6 hours.

github.com/discord-net/Discord.Net - 4433ca741b29fe37b4500cc46fac8bf61ae64bec authored over 5 years ago by Jyrka98 <[email protected]>
lint: newline on Emote#GetHashCode

github.com/discord-net/Discord.Net - 63ccd05faad63dce85e31d0d9c979cb6477ae92e authored over 5 years ago by Christopher Felegy <[email protected]>
fix: Changed Emote GetHashCode to not include Name (#1317)

Continuation of commit abf3e90 attempt to fix Emote comparisons,
as Hash comparisons are done b...

github.com/discord-net/Discord.Net - 1b54883896586968df25f0b5b99f932aded5044e authored over 5 years ago by Tiago Cabral <[email protected]>
fix: Changed Emote equals to not compare emote names (#1316)

In reference to what was discussed in the dnet channel.

github.com/discord-net/Discord.Net - abf3e905f2ef656376636f81c7fc723d728bbcd4 authored over 5 years ago by Casino Boyale <[email protected]>
feature(internal): Set the @everyone IRole for @everyone and @here tags (#1313)

* Set the @everyone IRole for @everyone and @here tags

Adds support for setting the IRole cor...

github.com/discord-net/Discord.Net - 1f55f018662243b64a2ab361986da41b4239e416 authored over 5 years ago by Chris Johnston <[email protected]>
meta: add versioning guarantees to README

github.com/discord-net/Discord.Net - 4d7de176d019398a6830602609ad637234ab7f81 authored over 5 years ago by Christopher Felegy <[email protected]>
fix: don't raise REST log events twice

The DiscordSocketClient and DiscordSocketRestClient share the same
backing API client, so the Lo...

github.com/discord-net/Discord.Net - c78a6790b13bb2bcff4f76cde47f83a09f9185ea authored over 5 years ago by Christopher Felegy <[email protected]>
meta: bump version to 2.1.1-dev

github.com/discord-net/Discord.Net - bc66d7ea4e1635892dd9e9809c8898fe5fad3ffa authored over 5 years ago by Christopher Felegy <[email protected]>
ci: use buildTag variable

github.com/discord-net/Discord.Net - c9e2c034f82120963aed542c6ebaab08628ac3c8 authored over 5 years ago by Christopher Felegy <[email protected]>
ci: deploy on tags

github.com/discord-net/Discord.Net - 89da65af96f89dca6b2dc7dbeabd2d9d7b42fa67 authored over 5 years ago by Christopher Felegy <[email protected]>
ci: build/tag includes must be a list

github.com/discord-net/Discord.Net - 8118c11efe2a5b77dc39d4e625a8023de566717c authored over 5 years ago by Christopher Felegy <[email protected]>
meta: CI should build tag commits as well

github.com/discord-net/Discord.Net - 53e020267711eb856c9516bb7ed7a9849b175676 authored over 5 years ago by Christopher Felegy <[email protected]>
meta: v2.1.0

happy patch saturday

github.com/discord-net/Discord.Net - 63381f12045703cb5614731d5ed290b5b6b72747 authored over 5 years ago by Christopher Felegy <[email protected]>
lint: ClientExtensions should be a member of Discord.Rest

github.com/discord-net/Discord.Net - 03304ff36432df134004151c4a4775efc8411914 authored over 5 years ago by Christopher Felegy <[email protected]>
feature: Add AddGuildUserAsync guild ID extension method. (#1240)

github.com/discord-net/Discord.Net - 1356ea97362b7991cd4657692e9f0d1db066f8a4 authored over 5 years ago by Alex Gravely <[email protected]>
docs: Add Webhook example. (#1241)

* Add Webhook example.

* Fix spacing.

* Update to use webhook URL ctor.

github.com/discord-net/Discord.Net - 655a0069a15be85144fd1e2c2b337c619735100f authored over 5 years ago by Alex Gravely <[email protected]>
test: Fix broken ChannelPermissions test, refactor TestChannelPermissionModify (#1287)

* fix missing priority speaker flag

* rewrite the TestChannelPermissionModify test

github.com/discord-net/Discord.Net - 4eb958dceea18ad1a4fff7f42df8dd0b6b33e785 authored over 5 years ago by Chris Johnston <[email protected]>
fix: ensure that exceptions will be logged

Resolves #1238.

I'm not sure where this bug came from, a git blame revealed no change to
the ti...

github.com/discord-net/Discord.Net - f6e320053bea34a577186f829bf3dcf10c7d04fa authored over 5 years ago by Christopher Felegy <[email protected]>
fix: call OnLogin/OnLogout on DiscordSocketRestClient

Resolves #1277.

github.com/discord-net/Discord.Net - a44c13af7867043aac0d3386fe1b409fffdee7ee authored over 5 years ago by Christopher Felegy <[email protected]>
feature: Add support for spoiler formatting & attachments (#1255)

Resolves #1216.

* Add support for spoiler formatting

* Implement support for sending messa...

github.com/discord-net/Discord.Net - f3b20b2b6dd91c1d92d840d300e6471e5ee2446b authored over 5 years ago by Chris Johnston <[email protected]>
perf: only allocate cacheableList once

github.com/discord-net/Discord.Net - 76f82d687b3aa2a791cebec6ad4c6f93e9b0b5a4 authored over 5 years ago by Christopher Felegy <[email protected]>
lint: fix docstring inconsistency

github.com/discord-net/Discord.Net - 358b9e7b7be966724788bac4f504945dd893da29 authored over 5 years ago by Christopher Felegy <[email protected]>
lint: clean up bulk delete PR

github.com/discord-net/Discord.Net - 03e6401d1908c955e8488777e855435bb0d2aa27 authored over 5 years ago by Christopher Felegy <[email protected]>
feature: messages bulk deleted event (from previous PR #1120) (#1236)

* Reimplement messags bulk deleted event RogueException/Discord.Net#1120

* Update remark

*...

github.com/discord-net/Discord.Net - dec353e57f41b9543d2d88908ae75b87ab01135c authored over 5 years ago by NovusTheory <[email protected]>
fix: EmbedBuilderExtensions no longer has an extension for WithAuthor(IGuildUser). (#1294)

The embed should not display nickname#discriminator as that's incorrect.
So the extension was s...

github.com/discord-net/Discord.Net - b52b54d80c1ea8e6dfd31fa6ea9331597039761f authored over 5 years ago by GreemDev <[email protected]>
docs: Main docs update (#1304)

* Remove template in favor of official samples

* Fixed a variable name copy pasta mistake

...

github.com/discord-net/Discord.Net - 4309550ca0f0d260a8b92ba34dea6439e4800c38 authored over 5 years ago by Still Hsu <[email protected]>
docs: add missing xmldoc for inherited properties and NotAGuildErrorMessage (#1301)

- adds inheritdoc tag to the inherited ErrorMessage properties of several attributes

- adds x...

github.com/discord-net/Discord.Net - 5ea3e113b80122c03beae36a262772e8b518a654 authored over 5 years ago by Chris Johnston <[email protected]>
feature: Check for whitespace or newline characters in tokens (#1305)

* Trim whitespace from tokens before logging in

This change trims whitespace characters from ...

github.com/discord-net/Discord.Net - bb61efabf36efc524c7e307f5b7e6718089c07d0 authored over 5 years ago by Chris Johnston <[email protected]>
docs: Update copyright year and docs version (#1243)

github.com/discord-net/Discord.Net - 0275f7df507a2ad3f74be326488de2aa69bfccde authored over 5 years ago by Still Hsu <[email protected]>
feature: Add webhook url overload for DiscordWebhookClient (#1260)

* Add webhook url overload for DiscordWebhookClient

Adds an overloaded constructor for `Disco...

github.com/discord-net/Discord.Net - f2113c7c2be90d93a54702319f9ae316be60a945 authored over 5 years ago by Chris Johnston <[email protected]>
feature: Fix #1270 Add the AuthorId to MessageDeleteAuditLogData (#1271)

* Fix #1270 Add the AuthorId to MessageDeleteAuditLogData

Fix #1270

Adds the AuthorId prop...

github.com/discord-net/Discord.Net - 1ae42207f813a7a4ca40bf13f77cce9362f2000d authored over 5 years ago by Chris Johnston <[email protected]>
feature: Add GuildMemberJoin MessageType(#1263)

github.com/discord-net/Discord.Net - 00d3f5a8e583cd49f7f1a8478e6573aa96661548 authored over 5 years ago by Still Hsu <[email protected]>
feature: Add GetCategory method (#1261)

github.com/discord-net/Discord.Net - e03c5274f8c4ea2d3f1a0be7aafe8db6004386ac authored over 5 years ago by Still Hsu <[email protected]>
feature: Fix #1280 Add NewsChannel Types (#1293)

* add News channel type

* remove (very outdated) todo

* add [Socket/Rest]NewsChannel types...

github.com/discord-net/Discord.Net - 9084c4214eecb8c41849760a6edd1a7f6db9ba79 authored over 5 years ago by Chris Johnston <[email protected]>
meta: bump version to 2.1.0-dev

github.com/discord-net/Discord.Net - 2254a99942bc555298b2a769f5732281f9d70da6 authored over 5 years ago by Christopher Felegy <[email protected]>
docs: Fixed mistake in EmbedBuilder docs page (#1303)

github.com/discord-net/Discord.Net - 51618e66f2dbec70667612bcb69434b595957889 authored over 5 years ago by Casino Boyale <[email protected]>
fix: PacakgeReference belongs under an ItemGroup

github.com/discord-net/Discord.Net - 5569873717bd985c783c139ef4110ac8f5e46604 authored over 5 years ago by Christopher Felegy <[email protected]>
dep: flag IDisposableAnalyzers as private, bump version

github.com/discord-net/Discord.Net - 8003ac80e4cdac21d956e9431c7f8c846d113c79 authored over 5 years ago by Christopher Felegy <[email protected]>
fix: Initialize ImmutableArray fields (#1292)

github.com/discord-net/Discord.Net - b2ebc03da71e450500b38ce45a34f7b1be215250 authored over 5 years ago by Joe4evr <[email protected]>
meta: new readme badge

github.com/discord-net/Discord.Net - dffbc656fd78b164980f03e11154cf297b17bfba authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: remove appveyor config

bon voyage

github.com/discord-net/Discord.Net - 6216fe3a56e7cc1dbd60f5407f88d45fd19a1587 authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: the agent does not come with nuget installed

github.com/discord-net/Discord.Net - f9a0d50d5615fccc69ff861128995aa00a68a923 authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: fix deploy uri

github.com/discord-net/Discord.Net - e2ed8f11140258c88f5b77d7c4846cdcb70cb5c8 authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: use proper nuget deploy

github.com/discord-net/Discord.Net - 35b6326889f77558c1c4399fb7b2ff54939cfb1a authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: use correct publish feed key

github.com/discord-net/Discord.Net - 0a8f51c560eaf46bd466fc0691b27c3a163ced0f authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: switch to release feed/branch

github.com/discord-net/Discord.Net - 2fa8df8624fdfcfeefc702a158034347744bcb5e authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: publish metapackage

github.com/discord-net/Discord.Net - 4d3dcc957c753f82f39190299055d63bb3e50682 authored almost 6 years ago by Christopher Felegy <[email protected]>
test: just get rid of channel perm tests

github.com/discord-net/Discord.Net - af3d61b906903451b40fe3324fe76d352f079730 authored almost 6 years ago by Christopher Felegy <[email protected]>
test: another one

github.com/discord-net/Discord.Net - 1d0de061e2d08010741dedc8f290b2f8178bbf4e authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: can't have spaces either

github.com/discord-net/Discord.Net - 0bb909753431606448d4d7cbb1710f0d9ef4c010 authored almost 6 years ago by Christopher Felegy <[email protected]>
test: forgot an #endif?

github.com/discord-net/Discord.Net - bc5d608712989ad5a910e0002897efd59a06e1d1 authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: don't build Windows_build when deploy condition met

github.com/discord-net/Discord.Net - 3d1cc3db7eb7c84c165967baedb5c3235956ca0b authored almost 6 years ago by Christopher Felegy <[email protected]>
test: disable broken tests

github.com/discord-net/Discord.Net - b2295a6450744d83120f0dcbb7648b4b6e454fd8 authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: job cannot have a paranthesis

github.com/discord-net/Discord.Net - fa680209e011fc7b7d4fbe04da47fbe6d1d4b237 authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: variables is an index, not a fn

github.com/discord-net/Discord.Net - 0de7f9444734728eea39e6ef76fdba012b779e18 authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: move condition back to root, debug deploy

github.com/discord-net/Discord.Net - e1bc3a3f0c49b3ea25b9332696e202e57aa6a8ef authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: move deploy condition to deploy.yml

github.com/discord-net/Discord.Net - 5d3bf981de974d2c31cf2f72bbcb088c90254f00 authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: remove comment?

github.com/discord-net/Discord.Net - 369fb78e2f65ef7f21b1a4fb0a62bbdb2f18d05e authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: rewrite to use scripts

github.com/discord-net/Discord.Net - e7d52fded1f89490c770c807442a9db5222e5bfd authored almost 6 years ago by Christopher Felegy <[email protected]>
ci: add azure pipelines

github.com/discord-net/Discord.Net - 9b2bc18c5cc51bf887f4df6fc775bee967c889d6 authored almost 6 years ago by Christopher Felegy <[email protected]>
fix: Fix NRE when getting audit logs (#1256)

* Fix NullReferenceException when the webhook was deleted

* Fixing doc note

* Better docum...

github.com/discord-net/Discord.Net - 049b01451834591352016022bb026675a6bc05e7 authored almost 6 years ago by Paulo <[email protected]>
docs: Clarify command samples (#1257)

* Clarify command samples by adding additional notes about each methods

* Add additional note...

github.com/discord-net/Discord.Net - 2473619e63f7c7660c7a479116dc14f1c45d6fa0 authored almost 6 years ago by Still Hsu <[email protected]>