Info:
This is the code for the official SaveTheInternet Discord Bot
Installation & Quick setup:
- Open up your favorite terminal (and navigate somewhere you want to download the repository to)
- 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. - Clone the repository and navigate to it.
$git clone https://github.com/savetheinternetinfo/discord-bot.git && cd discord-bot - Install all dependencies by typing
$npm i - Copy config.template.json and rename it to
config.json - Configure everything inside
config.json - Start by typing
$npm start