A template for Discord.js@^14.16.3 bots.
- Clone the repository.
$ git clone https://github.com/turkerssh/discord.js-v14-template-bot.git
- Install the dependencies.
$ npm install
- Rename the
config.example.js
file toconfig.js
and fill in the required fields. - Start the bot.
$ npm run start
This project is licensed under the MIT License - see the LICENSE file for details.