A template for discord.js bots.
- Clone the repository
git clone https://github.com/Vabolos/Discord.js-template.git
- Install dependencies
npm install
- Create a config.json file and add the following code to it:
{
"token": "TOKEN",
"clientId": "ID",
"guildId": "ID"
}
- Run the bot
node .
*If you have nodemon installed you can simply do:
nodemon