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: Fix NullReferenceException at MESSAGE_CREATE (#1268)

After talking at the Discord.Net channel, @Quahu stated the `member` prop doesn't contain the `u...

github.com/discord-net/Discord.Net - 377622b2a8e582e14cfb8a31337395ec6955a594 authored almost 6 years ago by Paulo <[email protected]>
docs: Use a relative path for docs index page logo (#1276)

* Use a relative path for docs index page logo

Changes the paths for the logo on the index pa...

github.com/discord-net/Discord.Net - b80f0e84e78714653a1cc89d048c543740ba6522 authored almost 6 years ago by Chris Johnston <[email protected]>
fix: fix false invalidation when decoding token User Ids (#1278)

* add a util method for padding base64 strings if they are not of an expected length

* return...

github.com/discord-net/Discord.Net - 48b327be3e0e8cf8ddf47b8155cc2c06c1bcd336 authored almost 6 years ago by Chris Johnston <[email protected]>
meta: bump version to 2.0.2-dev

github.com/discord-net/Discord.Net - db50badcc4306b4cdbc49e29d15b9ffe1b8984dc authored almost 6 years ago by Christopher Felegy <[email protected]>
meta: v2.0.1

happy patch friday

github.com/discord-net/Discord.Net - a8c99f75bce676c7e5b092db3f75f9581c13f28d authored almost 6 years ago by Christopher Felegy <[email protected]>
docs: Replace obsolete Precondition sample with something new (#1230)

* Replace obsolete Precondition sample with something new

* Feedback

Whoops. :ok_hand:

...

github.com/discord-net/Discord.Net - feed4fd752cf3ce33aa7643f20675a758d745d3f authored almost 6 years ago by Joe4evr <[email protected]>
fix: Only escape the closing quotation mark of non-remainder strings (#1226)

Before this change, non-remainder string arguments like @"test \n"
would escape the character '...

github.com/discord-net/Discord.Net - 65b8c0972746643808d299043fe3cd717b1bc5b1 authored almost 6 years ago by Chris Johnston <[email protected]>
docs: fix the docs index page logo size (#1227)

Fixes the size of the logo on the index page of the documentation.
On mobile or small windows, ...

github.com/discord-net/Discord.Net - d39bf6ed859a67fb4ac7835e8bf9215e5bd94f98 authored almost 6 years ago by Chris Johnston <[email protected]>
meta: bump changelog

github.com/discord-net/Discord.Net - 205499d9efc924771f97efbf455dda9072edca19 authored almost 6 years ago by Christopher Felegy <[email protected]>
fix: raise CommandExecuted on async errors

This resolves #1224.

Previously, raising CommandExecuted for errors was dependent on the
failed...

github.com/discord-net/Discord.Net - 497918eddadafdac9cd7db47bb103da1dfdf4b56 authored almost 6 years ago by Christopher Felegy <[email protected]>
docs: Removed double hooking of CommandService log event (#1225)

* Removed double hooking of CommandService log event

The log event is already hooked in Line ...

github.com/discord-net/Discord.Net - 552f34c30e10477ce7b3513c2f54c6eebd644797 authored almost 6 years ago by Casino Boyale <[email protected]>
meta: bump version to 2.0.1-dev

github.com/discord-net/Discord.Net - cdf60d5c99085b8e8fef6ceedc3ba138f39a7104 authored almost 6 years ago by Christopher Felegy <[email protected]>
meta: v2.0.0

it's finally here

github.com/discord-net/Discord.Net - 4a3217fcabf591abdcba3af360856c60f9213ff1 authored almost 6 years ago by Christopher Felegy <[email protected]>
Fix strange borders on main logo in Chrome and Firefox

An img tag gets default styling in these browsers & acts strangely when a src isn't present, and...

github.com/discord-net/Discord.Net - bafdce4df6ab27414dcd34eb3effe0cfbdbc95b9 authored almost 6 years ago by John Mazouri <[email protected]>
docs: Documentation December Update (#1218)

* Fix broken link (#11)

* Fix typos and improve wording

* Add information for IGuildUser
...

github.com/discord-net/Discord.Net - 0fecdf69bb8e49d17ef1eaf7085fdfa7176a9043 authored almost 6 years ago by Still Hsu <[email protected]>
meta: bump metapackage to new target frameworks

we now target net46, netstd1.3, and netstd2.0... this bumps from the
previous versions of net45,...

github.com/discord-net/Discord.Net - 2a67514e55a6bcee3cd3e023422fbbba33706558 authored almost 6 years ago by Christopher Felegy <[email protected]>
meta: add package logo to distributions

this resolves #1006.

github.com/discord-net/Discord.Net - 935718fa6e77c167f0296fc6ac2e57da3351176f authored almost 6 years ago by Christopher Felegy <[email protected]>
meta: remove rendered logo PNGs

this was done with intention to help keep the repository's working size
down, since most of thes...

github.com/discord-net/Discord.Net - c6adb11a9db23a8920237404c2c449a2471df1f9 authored almost 6 years ago by Christopher Felegy <[email protected]>
meta: Add Discord.Net logo (#1219)

github.com/discord-net/Discord.Net - 5750c3e35b1374531a2a68e6d5944d5741a24dad authored about 6 years ago by Brian Ebeling <[email protected]>
fix: DefaultWebSocket can now correctly close

This resolves a bug where disconnecting the socket client would not
actually close the websocket...

github.com/discord-net/Discord.Net - ac389f5f6823e3a720aedd81b7805adbdd78b66d authored about 6 years ago by Christopher Felegy <[email protected]>
fix: don't manually raise CommandExecuted on exceptions

this resolves #1212.

github.com/discord-net/Discord.Net - aec710535f1c537ebe38fafa824fb578b704f238 authored about 6 years ago by Christopher Felegy <[email protected]>
meta: add pull request template

github.com/discord-net/Discord.Net - f2ddf517f7e6bfa3c6b861cf334f10b2b1e1a87b authored about 6 years ago by Christopher Felegy <[email protected]>
feature: Add GuildEmote#CreatorID (#1213)

Co-authored-by: Chris Johnston <[email protected]>

commit 23f5abba4822151a6ba9cb5078752b11...

github.com/discord-net/Discord.Net - 92bf8363ca8f71ba181aaeeb57e2fcfd09448257 authored about 6 years ago by Christopher Felegy <[email protected]>
feature: add DiscordSocketRestClient (#1198)

* feature: add DiscordSocketRestClient

this resolves #803.

Users can access a DiscordSocke...

github.com/discord-net/Discord.Net - 65afd375022b126ecf12c56ef5704d1c1d60902f authored about 6 years ago by Christopher F <[email protected]>
docs: add example of custom error message to sample

github.com/discord-net/Discord.Net - 6d3d906e604d530c5f1e03d2c8dc191f8b6f45e7 authored about 6 years ago by Christopher Felegy <[email protected]>
feature: Allow setting custom error messages for preconditions (#1124)

* Rebase and use in all in-box preconditions

* Silly git....

* Add configurable 'NotAGuild...

github.com/discord-net/Discord.Net - 5677f23e9a56e75bd04fa728e079096cde061e20 authored about 6 years ago by Joe4evr <[email protected]>
fix: Improve validation of Bot Tokens (#1206)

* improve bot token validation by trying to decode user id from token

Try to decode the user ...

github.com/discord-net/Discord.Net - f4b1a5f25bfd37b353bdadcc93377c60b48368a9 authored about 6 years ago by Chris Johnston <[email protected]>
fix: Fix after message remaining in MessageUpdated if message author wasn't in the payload (#1209)

* Fix leaving updated message as null when Discords doesn't include a message author in MESSAGE_...

github.com/discord-net/Discord.Net - 91e0f03bfdf6aae1a0e944a15aaf6a3a2a9a0d4c authored about 6 years ago by Alex Gravely <[email protected]>
fix: Update minimum Bot Token length to 58 char (#1204)

* Update the minimum bot token length to 58 char

- Updates the minimum length of a bot token ...

github.com/discord-net/Discord.Net - f6413bac59ace5afdb9492e341e6bc28302ad6c7 authored about 6 years ago by Chris Johnston <[email protected]>
test: bump dependency versions

github.com/discord-net/Discord.Net - 6f5693f486126413f7cbcd593b5b2539120385c4 authored about 6 years ago by Christopher Felegy <[email protected]>
fix: Solves UdpClient "ObjectDisposedException" (#1202)

* Solves "ObjectDisposedException"

* Corrected Spelling Error

* Fixed Spelling

github.com/discord-net/Discord.Net - ccb16e40c8f111b3690f84b410b2020676b5a40d authored about 6 years ago by ComputerMaster1st <[email protected]>
fix: Solves AudioClient Lockup On Disconnect (#1203)

* Solves Audio Disconnect Lockup

* Execute Disconnected Event Before Logger & State

github.com/discord-net/Discord.Net - 2c93363653d7935cd142b664b7abc63fd2641110 authored about 6 years ago by ComputerMaster1st <[email protected]>
api: [brk] Move Invites-related Methods from IGuildChannel to INestedChannel (#1172)

* Move invites-related methods from IGuildChannel to INestedChannel

* Add missing implementat...

github.com/discord-net/Discord.Net - a3f5e0b3a7f9d74fd7e8665a80c2995150871a4b authored about 6 years ago by Still Hsu <[email protected]>
fix: Added Msg.Content Null Check For Prefixes (#1200)

* Added Msg.Content Null Check

* Minor Change

* Grouped Params In If Statement

* Minor ...

github.com/discord-net/Discord.Net - 46e2674a9328abc994fcb9cd614f06e7e9c2ea97 authored about 6 years ago by ComputerMaster1st <[email protected]>
feature: Implement Dispose for types which have disposable data (#1171)

* Initial set of dispose implementations

Not handled yet:
- Discord.Net.Websocket/Entities/S...

github.com/discord-net/Discord.Net - 7366cd4361bc5052766ad85e87066ea54075a15c authored about 6 years ago by Monica S <[email protected]>
fix: Update ChannelCreateAuditLogData.cs (#1195)

github.com/discord-net/Discord.Net - dca6c33da334bf048afcc81ac8a13eb6905b8946 authored about 6 years ago by jaypaw549 <[email protected]>
feature: add extensions for bulk reactions

this is not api-level bulk reactions (!)

github.com/discord-net/Discord.Net - 5421df14fe5f0a90a07863bdf3690e8ff449e9ae authored about 6 years ago by Christopher Felegy <[email protected]>
feature: add Format.Url, Format.EscapeUrl

Format.Url formats a URL into a markdown `[]()` masked URL.

Format.EscapeUrl formats a URL into...

github.com/discord-net/Discord.Net - f005af37b401e921d5402a9d4db8519bdcdd5192 authored about 6 years ago by Christopher Felegy <[email protected]>
Resolve Issue #1188 (Allow Users to specify position when creating a new channel) (#1196)

* Added ability to specify position when creating a channel

* Adjusted categories to include ...

github.com/discord-net/Discord.Net - a64ab6025b4da17fcfea1876d54fdd032d5361dd authored about 6 years ago by Nathan Solomon <[email protected]>
fix: Fixed CommandExecuted firing twice for failed RuntimeResults (#1192)

* Fixed CommandExecuted firing twice for failed RuntimeResults

* Changed to just checking the...

github.com/discord-net/Discord.Net - 10233f3a9a67a6e2cb63e98060c71662dc60c45a authored about 6 years ago by Casino Boyale <[email protected]>
Got rid of use of undefined variables

github.com/discord-net/Discord.Net - f9c95bc4610899fcd286b7d6e930c48cd5c9e9a5 authored about 6 years ago by Casino Boyale <[email protected]>
feature: Add a way to invoke a command specifying optional values by name (#1123)

* Add NamedArgumentTypeAttribute

* Add NamedArgumentTypeReader

* Fix superflous empty line...

github.com/discord-net/Discord.Net - 419c0a5b5312391903c0f72344609c4dae486a07 authored about 6 years ago by Joe4evr <[email protected]>
feature: add Add Guild Member endpoint (#1183)

* Add AddGuildMember Oauth endpoint support

* Concat RoleIds if already exists.

* Use loca...

github.com/discord-net/Discord.Net - 8ef5f8120ffdaaa0669b8ff6d9c8dc601ac78439 authored about 6 years ago by Alex Gravely <[email protected]>
lint: Discord Namespace Clean-up (#1185)

* Remove RpcException

* Move RestConnection to Discord.Net.Rest

* Remove RpcVirtualMessage...

github.com/discord-net/Discord.Net - 7dd2268982c4f269c1e361c7745d22139fc7f2d7 authored about 6 years ago by Still Hsu <[email protected]>
fix: UploadWebhookFileParams: Move most things into a json_payload (#1186)

github.com/discord-net/Discord.Net - c1d51522122688fdc598c5225a0cd08b0f47017b authored about 6 years ago by OatmealDome <[email protected]>
lint: Remove public setters for MessageApplication, MessageActivity properties (#1182)

This fixes an error that was introduced in d30d12246d5173321c2556cf65d3c69da230cb8c (thanks Stil...

github.com/discord-net/Discord.Net - 8e6e0e9ad2fe535b28ab5ed0f8e5b9e127cde092 authored about 6 years ago by Chris Johnston <[email protected]>
lint: Initial clean-up (#1181)

github.com/discord-net/Discord.Net - 8fa70bf6a65dde24f6ab85dd279f3f10a93c8c77 authored about 6 years ago by Still Hsu <[email protected]>
meta: add changelog

github.com/discord-net/Discord.Net - 5b3eb70ffdd1d791265aa38bfb3b313cbefbb3cd authored about 6 years ago by Christopher F <[email protected]>
Add SocketUser.MutualGuilds + various command ext. methods. (#1037)

* Add SocketUser.MutualGuilds + various ext. methods.

* Search through submodules for GetExec...

github.com/discord-net/Discord.Net - 637d9fc79404700dbe8a0c76d741f01b8986b422 authored about 6 years ago by Alex Gravely <[email protected]>
feature: Add invite maxAge check before attempting to create the invite (#1140)

* Add maxage check & improve maxage parameter check

* Change InvalidOperation to ArgumentOoR
...

github.com/discord-net/Discord.Net - 649a779c23737233933bac1b13a976e2b8a536f6 authored about 6 years ago by Still Hsu <[email protected]>
fix: pass the entire Exception into ExecuteResult

github.com/discord-net/Discord.Net - f549da50e0cb491350e2116cbb141c82c460a455 authored about 6 years ago by Christopher F <[email protected]>
fix: invoke CommandExecuted on async exception failures

github.com/discord-net/Discord.Net - 62607490952511ab5fc41965cea10f9879914c95 authored about 6 years ago by Christopher F <[email protected]>
docs: remove duplicated MessageReceived hook

github.com/discord-net/Discord.Net - a253b7ee75f7ec1a731de8a363f81f466b4952be authored about 6 years ago by Christopher F <[email protected]>
docs: update shard sample to use CommandExecuted, Log

github.com/discord-net/Discord.Net - 07ec413884cc6b509acc6d8a28b10880fa7c9c47 authored about 6 years ago by Christopher F <[email protected]>
Add DiscordShardedClient sample project & Client FAQ entry. (#1177)

* Add DiscordShardedClient sample project & Client FAQ entry.

* Revise language, fix typo, ad...

github.com/discord-net/Discord.Net - 00097d3c271eab194853e2eed72a7bc495948967 authored about 6 years ago by Alex Gravely <[email protected]>
Added check to ignore bot commands. (#1175)

Added the usual check to ignore bot commands in this sample CommandHandler as seen and approved ...

github.com/discord-net/Discord.Net - fb8dbcae4beef1684f22cf7d4c3cc3be0918d958 authored about 6 years ago by Rithari <[email protected]>
docs: add explanation to RunMode.Async in voice docs

github.com/discord-net/Discord.Net - c7e7f7e51a0afc3c539d1b7876b2341701f731ff authored about 6 years ago by Christopher F <[email protected]>
docs: update command sample to use CommandExecuted, Log

github.com/discord-net/Discord.Net - 88e66860a6c3131f0a012e5f3a9fa80ca3c55ff1 authored about 6 years ago by Christopher F <[email protected]>
fix: strip trailing slash from ratelimit bucket IDs (#1163)

* fix: strip trailing slash from ratelimit bucket IDs

This resolves #1125.

fixes a bug whe...

github.com/discord-net/Discord.Net - fe07a83f1f5f8da9886f426fe21f038b61693123 authored about 6 years ago by Christopher F <[email protected]>
Add SyncPermissionsAsync to Sync Child Channels with its Parent (#1159)

* Initial implementation

* Adjust according to comments

See: https://github.com/RogueExcep...

github.com/discord-net/Discord.Net - 5ea1fb374e1fdb65d4410a5744434fbc01b39543 authored about 6 years ago by Still Hsu <[email protected]>
Update Guild and Message Models (#1165)

* Add ExplicitContentFilter property to Guild

* re-order properties to match order listed on ...

github.com/discord-net/Discord.Net - d30d12246d5173321c2556cf65d3c69da230cb8c authored about 6 years ago by Chris Johnston <[email protected]>
feature: consolidate all results into CommandExecuted (#1164)

* feature: consolidate all results into CommandExecuted

This resolves #694.

This is a brea...

github.com/discord-net/Discord.Net - 10f67a8098f124fbf211d584f50699e9127136cd authored about 6 years ago by Christopher F <[email protected]>
docs: Update joining_audio.cs (#1176)

github.com/discord-net/Discord.Net - 96fbb43f770bbd6b98a9b7fda9b7e0109d8738a6 authored about 6 years ago by Alex Gravely <[email protected]>
Add check for bot messages.

Added a check so bot messages do not trigger any commands involuntariy.

github.com/discord-net/Discord.Net - f3b9f358994b4f6ec3b8c78cd6f1eddaf79888fe authored about 6 years ago by Rithari <[email protected]>
fix: don't assume the member will always be included on MESSAGE_CREATE (#1167)

* fix: don't assume the member will always be included on MESSAGE_CREATE

This resolves #1153....

github.com/discord-net/Discord.Net - 8df2c1a1fbc0478f3af6398b705513ad6e8ca20a authored about 6 years ago by Christopher F <[email protected]>
Implemented GetVoiceRegionsAsync on IGuild. (#1166)

github.com/discord-net/Discord.Net - 00717cf4812b0e1388c4fbd3f266f1bfab80d134 authored about 6 years ago by advorange <[email protected]>
Documentation Overhaul (#1161)

* Add XML docs

* Clean up style switcher

* Squash commits on branch docs/faq-n-patches

...

github.com/discord-net/Discord.Net - ff0fea98a65d907fbce07856f1a9ef4aebb9108b authored about 6 years ago by Still Hsu <[email protected]>
feature: adjust the ratelimit for reactions (#1108)

* feature: adjust the ratelimit for reactions

allows users to add reactions quickly

* fix:...

github.com/discord-net/Discord.Net - 6b21b11f7d2fe4ffb93ae6c394d78bc7c7dcb75b authored about 6 years ago by Christopher F <[email protected]>
Initial fix (#1160)

github.com/discord-net/Discord.Net - c9ba79ec80c055b0ccb05e3f9260aa6a0963bdbd authored about 6 years ago by Still Hsu <[email protected]>
Fix deploy conditions in CI script (#1157)

* Fix deploy conditions in CI script

The deploy conditions had been using a powershell-only v...

github.com/discord-net/Discord.Net - de4d4150533327d29bfb1200835fff6fcff8f50a authored about 6 years ago by Chris Johnston <[email protected]>
Fix GetReactionUsersAsync (#1151)

github.com/discord-net/Discord.Net - c898325e4594c7b0ea6455c715903c775ec42a2a authored about 6 years ago by Paulo <[email protected]>
docs: Fix for incomplete structure sample (#1145)

github.com/discord-net/Discord.Net - efaedac98f306e1d855f6dc6f9efb5dd99eeb554 authored about 6 years ago by Still Hsu <[email protected]>
Add Ubuntu target to AppVeyor CI build (#1149)

* Target Ubuntu in Appveyor CI build

AppVeyor has released support for targetting Ubuntu 18.0...

github.com/discord-net/Discord.Net - 674a0fc5dd5181e05e32125f63117b2a1a197344 authored about 6 years ago by Chris Johnston <[email protected]>
lint: refactor SlowMode -> SlowModeInterval

this was the name change i always wanted

github.com/discord-net/Discord.Net - 232f525b59e801332ec9dca755366944c79afa1d authored over 6 years ago by Christopher F <[email protected]>
api: add slow mode

This adds the following property to ITextChannel
- SlowMode (int)

The SlowMode field defines th...

github.com/discord-net/Discord.Net - 97d17cfdda22a04173b63247c646acc7cd1122a7 authored over 6 years ago by Christopher F <[email protected]>
Fix swapped parameters in ArgumentException, ArgumentNullException cstrs (#1139)

* Fix swapped parameters in ArgumentException and ArgumentNullException cstrs

The constructor...

github.com/discord-net/Discord.Net - 9e9a11d4b09362aadac6d32be0ac83fdddc5e19e authored over 6 years ago by Chris Johnston <[email protected]>
Make voice connection properties optional. (#1129)

github.com/discord-net/Discord.Net - 272604f27578dba67de8039e4e88901a26299883 authored over 6 years ago by Alex Gravely <[email protected]>
Add various optimizations and cleanups (#1114)

* Change all Select(... as ...) to OfType

* Add changes according to https://github.com/Still...

github.com/discord-net/Discord.Net - 82cfdffc6516e17ea86013e550060bb6df59a016 authored over 6 years ago by Still Hsu <[email protected]>
Add == support on Color (#1126)

github.com/discord-net/Discord.Net - a2d8800115c7cc41d82871a68cd08fcdecc747ab authored over 6 years ago by Joe4evr <[email protected]>
Add validation to bot tokens based on string length (#1128)

* Add input validation for bot tokens based on their length

* Add token validation to BaseDis...

github.com/discord-net/Discord.Net - 2de6cef18c495aaa0cb70b1496ea528b47337fd2 authored over 6 years ago by Chris Johnston <[email protected]>
Pass our json serializer to ToObject calls (#1133)

Should fix issues in audit logs when deserializing overwrites and
similar types which we use a ...

github.com/discord-net/Discord.Net - efdb4f926698bbf6ef2d93779291f7f39d675b3f authored over 6 years ago by Finite Reality <[email protected]>
Update CommandAttribute.cs

github.com/discord-net/Discord.Net - 143fb2808bcf034a1cbb4231fc19424972a22ca4 authored over 6 years ago by JustNrik <[email protected]>
Update CommandAttribute.cs

github.com/discord-net/Discord.Net - c56fff9fe55648cdb09325bf95bd244a125f0adc authored over 6 years ago by JustNrik <[email protected]>
Update CommandAttribute.cs

Nullable<T> is not valid for Attributes, this is my suggested fix.

github.com/discord-net/Discord.Net - 4259b8cb0cfb63e66cde9d0f2c3e7de5a59971ab authored over 6 years ago by JustNrik <[email protected]>
Update README.md (#1117)

* Initial commit

* Add alternative suggestion

* Fix typo

* Update README.md

github.com/discord-net/Discord.Net - db90eab9534967a9b4a43436991711a372aec320 authored over 6 years ago by Still Hsu <[email protected]>
Allow `FromError(Exception)` on all IResult types.

github.com/discord-net/Discord.Net - 748e92bcda7410f6a0891b33f15fd7b77fb93a24 authored over 6 years ago by Joe4evr <[email protected]>
Implement ISnowflakeEntity for Audit Log entries

github.com/discord-net/Discord.Net - 2c3e9193c29c31a6822a24d7d574d6f827e95805 authored over 6 years ago by Joe4evr <[email protected]>
core: add PrioritySpeaker to Permissions

github.com/discord-net/Discord.Net - c1d78189e11969c4ff9054bcd29323a3ffef7a54 authored over 6 years ago by Christopher F <[email protected]>
Minor fixes around OnModuleBuilding (#1116)

* Don't attempt instantiation of an abstract module
* Attempt associating a TypeReader in case ...

github.com/discord-net/Discord.Net - 5dad0fa1a1f40c104cec86dde6d1c10a3025d915 authored over 6 years ago by Joe4evr <[email protected]>
Added GetJumpUrl() as an extension method for IMessage (#1102)

* Added GetJumpUrl() as an IMessage extension method

* Removed extra line for consistency

...

github.com/discord-net/Discord.Net - afc3a9d0636598e6638a06781b86f48bac5c5376 authored over 6 years ago by Casino Boyale <[email protected]>
Add missing fields to new MemberInfo type (#1107)

github.com/discord-net/Discord.Net - aadd6f639f7cdfa0abc9133eb279c88fa22144cf authored over 6 years ago by Finite Reality <[email protected]>
Initial refactor (#1103)

github.com/discord-net/Discord.Net - 245806fe3da063b8d11c26ae3ea7723daab83797 authored over 6 years ago by Still Hsu <[email protected]>
Fix typo in audit log interface declaration (#1104)

github.com/discord-net/Discord.Net - b2f00439524af9836818631f4bfa7c42e9076feb authored over 6 years ago by Still Hsu <[email protected]>
gateway: Ignore PRESENCES_REPLACE dispatch

This dispatch is undocumented and only used by user accounts.

github.com/discord-net/Discord.Net - beb3d46e0866c3d1ee8fa8483576547e90b517c6 authored over 6 years ago by Christopher F <[email protected]>
Mark guild optional in invite & general invite improvement (#1094)

* Mark guild as optional for invite

* Mark partial InviteMetadata members as Optional<T>

*...

github.com/discord-net/Discord.Net - ffe994a9dff1ea3bca63673d332a28b88231d38d authored over 6 years ago by Still Hsu <[email protected]>
Patch lazy default readers not getting replaced (#1083)

github.com/discord-net/Discord.Net - 4bc06a0a54477e756caa18d3030e5a8e7fa20d10 authored over 6 years ago by HelpfulStranger999 <[email protected]>
Solved 4003 Authentication Error (Race Condition) (#1093)

* Solved 4003 Authentication Error (Race Condition)

* Set static interval & removed hello case

github.com/discord-net/Discord.Net - 322d46e47b47e44f8b62b1ddcdcf39280cac6771 authored over 6 years ago by ComputerMaster1st <[email protected]>
Update Discord.Net.Core.csproj (#1081)

github.com/discord-net/Discord.Net - aff4512fcd446ce4ec6468c2c8b50e66aa86548d authored over 6 years ago by Builderb <[email protected]>
Creates full guild user object, resolves #1047 (#1078)

github.com/discord-net/Discord.Net - 033d31294f54945a2b9b2aa17c8d356fcffb4c83 authored over 6 years ago by HelpfulStranger999 <[email protected]>
Refactors an unused parameter in CommandService#Search (#1025)

github.com/discord-net/Discord.Net - 93878e4a9061253dd8f5874af75057cc71924f0d authored over 6 years ago by HelpfulStranger999 <[email protected]>