Skip to content

Releases: viral32111/slashcommands

1.1.0

25 Mar 18:52
1.1.0
6221255
Compare
Choose a tag to compare

This update is for the changes to the API that have been upcoming for a while now, which means deferred responses now show the Bot name is thinking... message, and there is no longer a User used /command on Bot name message.

Changelog

  • Optimised authorization header definition.
  • Added uploading attachments (and regular content/embeds) through multipart/form-data requests.
  • Added automatic rate limit handling.
  • Removed deprecated interaction response types.
  • Exception is now raised when trying to delete an ephemeral response.
  • Followup message content is now optional.
  • Added ephemeral option to followup messages.

1.0.0

19 Mar 22:40
1.0.0
ab0394f
Compare
Choose a tag to compare

This is the first stable release, it pretty much has full coverage of the Slash Commands API as of today.

The code still needs heavily optimising and I doubt I have fixed all the bugs, so don't be surprised if you encounter issues.

0.2.0

19 Mar 16:43
0.2.0
0e1d0b8
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Tried to add as much coverage as I could for the Slash Commands API.
See the commit message for a list of changes.

Next update should add the application command options stuff.

Not backwards compatible with 0.1.0!

0.1.0

18 Mar 23:39
0.1.0
3ac083b
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

This is the first alpha release, so there is functionality but it is very limited.
Check out the example code to get started.

There is alot left to implement, meaning this wrapper is incomplete.
This also implies there are probably a few bugs here and there.