Skip to content

This is a skeleton code with all the common code I (like to) use for Discord Bots.

License

Notifications You must be signed in to change notification settings

TeraBaito/discord-bot-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Skeleton - By TeraBytes

This is a skeleton code with all the common code I (like to) use for Discord Bots. It includes

  • Command/Event Handler
  • Extended Client structure (for Intellisense and more organization)
  • Necessary, ready-to-fill config files
  • A colors.json file with a lot of color HEX values
  • message and ready events
  • ping, help and eval commands

Installation

I will be sharing compressed artifacts of new releases every now and then, make sure to get those by going here

  1. Unzip the file (you can safely remove README.md and LICENSE.md)
  2. Run npm i
  3. Fill in the DISCORD_TOKEN= parameter on .env file
  4. Go to config.json, and fill in the properties accordingly

Then it's all yours!

Made by TeraBytes, 2021, MIT License

About

This is a skeleton code with all the common code I (like to) use for Discord Bots.

Resources

License

Stars

Watchers

Forks

Packages

No packages published