This is a simple Discord bot template using discord.js v14 This is not a complete featured bot, it is up to you to make your own commands & functionnalities for it
- Clone the repo with
git clone https://github.com/Nininanou16/DiscordJS-bot-template
- Make sure you are running NodeJS 16.9 or newer by running
node -v
- If you are not, download NodeJS
- Create a
.env
file from the.env.example
, insert your discord token from your discord developer portal - Run the bot with
node .
And you are good to go :)