This repository is an example of a Discord.JS v13 bot with a simple command handler.
Discord.js v14 has come out, because of this a bot example for this version can be found here.
Installing the correct packages can be done with the following npm commands.
npm i
Don't forget to add your bot token inside botconfig.json
.
To deploy this project run
npm start
- Discord.JS v13
- Command handler
This version is no longer being updated, because of this I no longer offer support. A newer version can be found here