Skip to content

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

License

Notifications You must be signed in to change notification settings

DarkocityDev/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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