- Your Discord Bot Token, if you don't know how to get a bot token read this Guide
- Node.js v12.0.0 or newer
- Packages you need to install: Discord.JS, better-sqlite3, canvas or canvacord, fs.
- DB Browser (SQLite) (If you wish to see what's in the db)
Important: Do not share your bot token publicly!⚠
- Before running everything, you must have node.js installed
- To install better-sqlite3 you must have Python installed in order to work.
Rename your config.example.json to config.json, then fill in the token, ownerID, prefix
{
"token": "your top secret bot token",
"ownerID": "your ID here",
"prefix": ">"
}
- ATTACH_FILES
- SEND_MESSAGES
- MESSAGE_EMBED or EMBED_LINKS
- MANAGE_ROLES
- Run
npm installto install all of uninstalled packages - Run
node index.jsornode .