Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 939 Bytes

File metadata and controls

24 lines (18 loc) · 939 Bytes

Discord Bot

Info:

This is the code for the official SaveTheInternet Discord Bot


Installation & Quick setup:

  1. Open up your favorite terminal (and navigate somewhere you want to download the repository to)

  2. Make sure you have NodeJS installed. Test by entering
    $ node -v
    If this returns a version number, NodeJS is installed. If not, get NodeJS here.

  3. Clone the repository and navigate to it.
    $ git clone https://github.com/savetheinternetinfo/discord-bot.git && cd discord-bot

  4. Install all dependencies by typing
    $ npm i

  5. Copy config.template.json and rename it to config.json

  6. Configure everything inside config.json

  7. Start by typing
    $ npm start