You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting a maximum signature timestamp (SlashCreatorOptions#maxSignatureTimestamp) has been removed. This has caused more issues and timestamps are not checked from other implementations of slash commands.
The minimum Node version of slash-create is now v16.
SlashCreator#registerCommandsIn is now async.
SlashCreator#registerCommand and SlashCreator#registerCommands now return the commands that have been registered.
Additions:
Commands can now use the throttle() function which takes a CommandContext and allows you to asynchronously ratelimit users before running the command itself.
slash-create now has a web export for built-in Cloudflare Worker compatibility.
Support for the Bun runtime with BunServer.
Added the USE_EXTERNAL_SOUNDS permission. (1 << 46)
Fixed:
types: min_length and max_length to string options now exists