Skip to content

Releases: MeguminSama/discord-slash-commands

1.5.0 Initial Release

30 Jul 02:22
15f06ee
Compare
Choose a tag to compare

Big thanks to @Rodentman87 for this release, adding components 🎉

1.4.0 Initial Release

12 Mar 19:58
dcbe91b
Compare
Choose a tag to compare

Implements changes made to the API in discord/discord-api-docs#2615

Special thanks to @Vendicated for this release!

1.3.1 Hotfix

06 Jan 20:53
Compare
Choose a tag to compare

Fixes package.json error

1.3.0 Initial Release

25 Dec 20:48
Compare
Choose a tag to compare

This release adds some type fixes, a Command Builder API, and tests!

1.2.2 Initial Release

16 Dec 12:36
73d2a33
Compare
Choose a tag to compare
Bump package version to 1.2.2

1.2.1 Initial Release

14 Dec 22:16
e8930c5
Compare
Choose a tag to compare

Fixes editing commands

1.2.0 Initial Release

13 Dec 22:00
Compare
Choose a tag to compare

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

13 Dec 20:34
Compare
Choose a tag to compare

This release adds keywords to package.json to allow better SEO on NPM

1.1.4 Release

13 Dec 20:12
Compare
Choose a tag to compare

This release exports the types from the index file.

This means you can now do e.g.

import { DiscordInteractions, ApplicationCommandOptionType } from 'slash-commands';