Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 972 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 972 Bytes

GitHub Language Badge

Amigo

Note: Amigo is an archived project, as of 20/12/19.

Setup

  1. Install the latest version of node.js.
  2. Install RethinkDB server, instructions can be found here and create a Database with the name Amigo.
  3. Make sure all dependencies are installed by running the command npm install
  4. Change config.json.example to config.json and insert the bot token, the Bot Owner's ID and the Discord webhook logging link.
  5. Use npm start to run the bot. (pm2 Docs)

Note: If the database init doesn't work, try making the tables named 'guilds' and 'punishments' under the Database in localhost:8080.