Releases: MeguminSama/discord-slash-commands
Releases · MeguminSama/discord-slash-commands
1.5.0 Initial Release
Big thanks to @Rodentman87 for this release, adding components 🎉
1.4.0 Initial Release
Implements changes made to the API in discord/discord-api-docs#2615
Special thanks to @Vendicated for this release!
1.3.1 Hotfix
Fixes package.json error
1.3.0 Initial Release
This release adds some type fixes, a Command Builder API, and tests!
1.2.2 Initial Release
Bump package version to 1.2.2
1.2.1 Initial Release
Fixes editing commands
1.2.0 Initial Release
This release brings some good changes with special thanks to @GamingGeek
It is a breaking change as some redundant methods are removed in favour of optional parameters.
1.1.5
This release adds keywords to package.json to allow better SEO on NPM
1.1.4 Release
This release exports the types from the index file.
This means you can now do e.g.
import { DiscordInteractions, ApplicationCommandOptionType } from 'slash-commands';