Skip to content

savetheinternetinfo/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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