A simple Discord.js bot template using loaders.
The template is fairly simple to use.
- Create a Discord Bot on the Discord Developer Portal.
- Get the token from the "Bot" page.
- Clone the repository with git.
git clone https://github.com/at4pm/discordjs-template
- Install the dependencies.
node install
- Put your bot token in "bot_token" of config.json.
- Run the start command.
node start
discord.js duhh
I am not sure why you would want to contribute to this, but create an issue or a pull request if you have anything you want added.
at4pm's Discord.js Bot Template