An advanced Discord bot template with example commands for discord.js v14
git clone https://github.com/Tolga1452/discord.js-v14-template.git
npm install
- Enter your bot token in
.env
file. - Enter your bot id in
config.js
file.
Your bot's commands will be under the interactions/
folder. You can edit the templates as you wish.
Run npm start
and your bot will be online. Your added commands, components and modals should be working as expected.
You can report bugs, feature requests etc. here and make pull request here.
- axios:
v0.27.2
- delay:
v5.0.0
- discord.js:
v14.9.0
- dotenv:
v16.0.3
- terminal.xr:
v1.2.3