v1.1.0
BREAKING CHANGES
SlashCommandBuilder
andContextMenuCommandBuilder
no longer defined by
default inload.js
New Features
- feat: added client to interactions
Now you can use client inexecute()
andautocomplete()
functions
Bug Fixes
- fix: finding folders with loaders
If your bot has not an interaction folder (likecommands/
,modals/
), the
loaders will not crashes anymore
Other Changes
- chore: setup
git-cz
for main commits and pull requests - refactor: some useless definitions and wrong descriptions
Full Changelog: v1.0.1...v1.1.0