Skip to content

1.0.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kenny2github Kenny2github released this 12 Jan 13:28
· 6 commits to components since this release
63e3cbf

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 now CONSTANT_CASE only; the CamelCase aliases have been removed.

Potentially Breaking Changes

  • InteractionResponseType is renamed to InteractionCallbackType following API docs renaming. The old name remains as an alias, but it will not be imported in a from discord.ext.slash import * context so code that uses both that import and the old name will fail with a NameError.
  • Context.author can now be a discord.User instead of a discord.Member if the command is run in DMs.