CyberGen49 / cybot

A Discord bot that adds a whole bunch of useful commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cybot

A Discurd bot that adds a whole bunch of useful commands.

The intention of this repository isn't for others to run their own instance of Cybot, but if you want to, you can. You'll get a better experience by using the instance linked above.

Running the bot

  1. Clone the repository
  2. Run npm install
  3. Rename config.template.json to config.json and fill in the values
    • Leaving any of the values blank will cause their respective features to break
  4. Build the shortener database by running sqlite3 shortener.db < shortener.sql
  5. Download and build the dictionary database by following the commented instructions in dictionary.sql
  6. Run npm start to start the bot

About

A Discord bot that adds a whole bunch of useful commands


Languages

Language:JavaScript 90.6%Language:HTML 7.8%Language:CSS 1.6%Language:Shell 0.0%