the-round-table / trtbot

🤖 Discord Bot
MIT License
3 stars 0 forks source link

trtbot

🤖 Discord Bot

Dev Environment Setup

  1. Clone the repo

    git clone https://github.com/bcongdon/trtbot.git
  2. Install Node on your machine

  3. Run

    npm install

    to install the dependencies to be able to run the bot.

  4. Add your discord token (and other tokens) to config.js

  5. Run

    npm start

Miscellaneous