Skip to content

Releases: raclettes/discordpy-slash-commands

v1.2.1

10 May 08:09
Compare
Choose a tag to compare
  • Fixes a bug where untyped parameters would cause a failure

v1.2.0

09 May 23:18
Compare
Choose a tag to compare
  • Significantly improves descriptions, allowing you to provide descriptions for parameters and the command from a docstring of either ReST, Google or Numpy format
  • Slightly improved some internal annotation checks by cutting some unnecessary double calls of methods

v1.1.1

09 May 23:17
Compare
Choose a tag to compare
  • Fixes an issue where Converters were not accepted as annotations for arguments even if they inherited directly from it

v1.1.0

09 May 23:15
Compare
Choose a tag to compare
  • Subclasses SlashCommand to provide a simpler interface for commands