discord.js-template icon indicating copy to clipboard operation
discord.js-template copied to clipboard

A simple template for your discord.js v12 bot

Discord.js bot templates

Information

This repository is dedicated to providing a template for your discord bot/s, so you're able to skip the setup and get right into building your dream bot. There will be various different branches with various different types of code in them.

Links

Here are some links that are associated with MenuDocs
[MenuDocs] Discord
[MenuDocs] Twitter
[MenuDocs] Youtube
[MenuDocs] Website

Steps to usage

  1. Using our Discord Bot Basics - How to create a bot application video you'll be able to create a bot application which will then allow you to find the token for the bot.
  2. Once you have obtained said token you can then put it within the value of the token key that you'll locate in the config.json.
  3. Set a prefix and add yourself as an owner whilst in the config.json file.
  4. Open up a terminal within the folder and run 'npm i' or 'npm install' which will then install the necessary packages that are located within the package.json file.
  5. Once this process has completed you will now be able to run 'node .', please note that you will obviously need Node.js installed.
  6. Have fun! If you have any issues then please do join our discord which is located above for further support.