This repository was 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
InteractionCallbackTypeenum names are nowCONSTANT_CASEonly; theCamelCasealiases have been removed.
Potentially Breaking Changes
InteractionResponseTypeis renamed toInteractionCallbackTypefollowing 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.authorcan now be adiscord.Userinstead of adiscord.Memberif the command is run in DMs.