forked from serenity-rs/serenity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a release to play catch-up with Discord's new additions to its API, while expanding, improving, and fixing ours. Notable changes include: - The switch to version 9 of Discord's Gateway and HTTP APIs. - Support for threads. - Support for stage instances. - Support for sending multiple embeds in a message. - Fixing and extending the collector API -- it is now possible to await events other than `MESSAGE_CREATE` or `MESSAGE_REACTION_ADD`. - Clarification of slash commands in documentation (they are now fully referred to as 'application commands'). - Redesign of the `Parse` trait to allow parsing more model types and in application command contexts.
- Loading branch information
Showing
2 changed files
with
124 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters