Releases: Tolga1452/discord.js-v14-template
Releases · Tolga1452/discord.js-v14-template
v3.0.0
BREAKING CHANGES
- From now on, the template will use
node:fs
instead offs
(8aaa86c) - Message components and modals are now supported anymore! Use
InteractionCollector
instead. (f143927)
What's Changed
- chore(dependencies): update dependencies by @Tolga1452 in 0a8c50a
-
- updates
discord.js
to14.9.0
anddotenv
to16.0.3
- updates
- chore(dependencies): switch to node:fs instead of fs by @Tolga1452 in 8aaa86c
- refactor(interactions): Remove support for out of commands by @Tolga1452 in f143927
-
- Removes support for message components and modals.
- chore(version): 3.0.0 by @Tolga1452 in adc74e8
- docs(README): update README.md by @Tolga1452 in 3e7d845
Full Changelog: v2.0.1...v3.0.0
v2.0.1
What's Changed
- chore(deps): bump undici from 5.13.0 to 5.19.1 by @dependabot in #1
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v2.0.0...v2.0.1
v2.0.0
BREAKING CHANGES
load.js
andload
script (inpackage.json
) has removed.- The template supports discord.js v14.7.0 now.
Bug Fixes
Change SlashCommandInstaller to CommandInstaller
Other Changes
You no longer need to run
npm run load
for load commands to
Discord. It will do automatically and moved toshard.js
.
- chore(dependencies): discord.js updated from 14.4.0 to 14.7.0
- docs(README): removed loading commands and updated discord.js
- refactor(EventHandler): use Discord.Events
- docs(README): change description and add images
Full Changelog: v1.1.1...v2.0.0
v1.1.1
Bug Fixes
- fix: InteractionCreate
Fixed checking guild only slash commands.
Full Changelog: v1.1.0...v1.1.1
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