This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
1.0.0b1
Pre-release
Pre-release
·
6 commits
to components
since this release
New Stuff
- Message components! See the demo bot for an example, because it's 8:25 AM, I haven't slept, and I'm not listing all of the classes that got added.
Breaking Changes
InteractionCallbackType
enum names are nowCONSTANT_CASE
only; theCamelCase
aliases have been removed.
Potentially Breaking Changes
InteractionResponseType
is renamed toInteractionCallbackType
following API docs renaming. The old name remains as an alias, but it will not be imported in afrom discord.ext.slash import *
context so code that uses both that import and the old name will fail with aNameError
.Context.author
can now be adiscord.User
instead of adiscord.Member
if the command is run in DMs.