discord-commands-sync
Version:
A CLI tool to manage discord application commands
59 lines (30 loc) • 2.62 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [1.2.4](https://github.com/r-priyam/discord-commands-sync/compare/v1.2.3...v1.2.4) - (2022-06-01)
### Bug Fixes 🐛
- Short form of the package ([86fd2f0](https://github.com/r-priyam/discord-commands-sync/commit/86fd2f0da2ac220218f6c51128ba8734e0fae05e))
# Changelog
All notable changes to this project will be documented in this file.
## [1.2.2](https://github.com/r-priyam/discord-commands-sync/compare/v1.2.1...v1.2.2) - (2022-04-28)
### Bug Fixes 🐛
- Show `No Description` if command has no description ([b9280d0](https://github.com/r-priyam/discord-commands-sync/commit/b9280d07e28d33c712e2bd71a1ed21d29766a07b))
## [1.2.1](https://github.com/r-priyam/discord-commands-sync/compare/v1.2.0...v1.2.1) - (2022-04-28)
### Bug Fixes 🐛
- Add missing check for `ChatInput` command in guild fetch ([b32f431](https://github.com/r-priyam/discord-commands-sync/commit/b32f4318f7702530ea6e72a24399ebd1f6808fec))
### Refactor 🖌️
- Merge all handlers in one ([db333ce](https://github.com/r-priyam/discord-commands-sync/commit/db333ce4cb388176ac1d36e58ecbf44fd63c84fe))
## [1.2.0](https://github.com/r-priyam/discord-commands-sync/compare/v1.1.0...v1.2.0) - (2022-04-28)
### Features 🎉
- Implement application user command delete ([18c1868](https://github.com/r-priyam/discord-commands-sync/commit/18c1868cd2d8ed2b3f2a25cd0cd6e3062f476a87))
## [1.1.0](https://github.com/r-priyam/discord-commands-sync/compare/v1.0.0...v1.1.0) - (2022-04-28)
### Features 🎉
- Implement application message command delete (#2) ([54008e1](https://github.com/r-priyam/discord-commands-sync/commit/54008e1087e27604a152d711ecfcbd1576bd1db2))
### Refactor 🖌️
- `application-command` to `chat-input-command` for better naming ([15c301c](https://github.com/r-priyam/discord-commands-sync/commit/15c301c400b7012f589f48ff46486336f5a531fc))
## [1.0.0](https://github.com/r-priyam/discord-commands-sync/compare/v0.1.0...v1.0.0) - (2022-04-28)
### Build 🛠️
- **vulnerability:** Add resolutuon for minimist ([f1ea93b](https://github.com/r-priyam/discord-commands-sync/commit/f1ea93b3b96d3c52f3160e881455dae2f1c1e099))
- [**breaking**] Remove `commander` ([93f4b20](https://github.com/r-priyam/discord-commands-sync/commit/93f4b20d67c072c02088a72975f323e514bd42d6))
## [0.1.0](https://github.com/r-priyam/discord-commands-sync/tree/v0.1.0) - (2022-04-28)
### Features 🎉
- Implement application command delete ([437fa37](https://github.com/r-priyam/discord-commands-sync/commit/437fa372019b2ad5ca861a91dc626a9207496627))