6.0.0
6.0.0 (2022-10-14)
Bug Fixes
- deploy and delete scripts not working (dc40db6)
- deploy script not working (ab0f238)
- format setting not working (8524e3a)
- hardcoded strings for some settings (3631364)
Features
- transition to TypeScript (#525) (0e452a8), closes #524 #527
- use buttons for info command (48ed25c)
- use settings.json (eb76cd9)
BREAKING CHANGES
-
self-explanatory as to why this is a breaking change
-
refactor: ignore dist in eslint
-
docs: update default database path
-
fix: replyHandler not present for ModalSubmitInteraction
-
Merge branch 'next' into feat/transition-to-typescript
-
refactor: revert one variable name
-
Merge branch 'next' into feat/transition-to-typescript
-
fix: correct path for locales
-
refactor: use fetchMe
-
refactor: partial ts-node support
-
refactor: update scripts
-
chore: change "rimraf" npm script
-
docs(interactionCreate): use Interaction as type instead
-
docs(ReplyHandler): use Interaction as type instead
-
fix(ReplyHandler#reply): implement type guards
Mainly resolves the issue where going to the same page of a queue causes an error.
Also resolves compilation errors.
- fix(ReplyHandler#reply): edit the ephemeral with toast if there is no player