Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

0.6.0

Choose a tag to compare

@Kenny2github Kenny2github released this 24 Apr 15:25
· 32 commits to main since this release

New Stuff

  • Context.bot is an alias for Context.client
  • file can now be passed in Context.respond in the same way as Messageable.send
  • ephemeral in Context.respond shortcuts flags=MessageFlags.EPHEMERAL
  • deferred in Context.respond shortcuts rtype=InteractionResponseType.DeferredChannelMessageWithSource

Fixes

  • guild_id in Command kwargs was actually guild. Now both are acceptable
  • Falling back to finding command by name and guild ID never worked because guild ID was being checked as a string