DarkocityDev / discord-bot-template

Create a fully functional Discord bot in 30 seconds or less, with Discord Bot Template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Bot Template

Create a fully functional Discord bot in 30 seconds or less, with Discord Bot Template.

❓ How It Works:

Download the project files, unzip them into your dedicated bot folder (you might need to create a folder) install packages, edit variables, and then run the bot.

πŸ“ Used Dependencies:

  • discord.js (12.5.3)
  • ascii-table (0.0.9)
  • chalk (4.1.0)

You are free to install more dependencies after you install the project files.

πŸ“ Required Applications


πŸ“¬ Steps To Install:

  1. Download the project files.

This could be done by clicking the Code button, and then clicking Download ZIP

  1. Go into the config.json file, replace the variables to your Discord bot token and prefix.
{
    "TOKEN": "DISCORD_BOT_TOKEN",
    "PREFIX": "PREFIX"
}
  1. Open any command terminal of your choice, run npm init -y, then npm install, npm install discord.js, npm install ascii-table,npm intall fs, and finally npm install chalk!

  2. Save changes (ctrl + s)

  3. Run the bot project (node .)


🎫 Support, Bugs, & Help

If you need help with installation, have a bug report, or ask general questions, feel free to join our Discord Server.

You can also open an issue in the GitHub repository!


Made with β™₯ by Geniton

About

Create a fully functional Discord bot in 30 seconds or less, with Discord Bot Template.

License:MIT License


Languages

Language:JavaScript 100.0%