A discord bot that detects swearing messages and swears back at you.
Essentially brings chaos to any server.
To create your own instance of SwearBot:
clone and install dependencies
$ git clone https://github.com/TasosY2K/SwearBot.git
$ cd SwearBot
$ npm install
create .env
and add your token
$ touch config.json
$ echo "TOKEN={YOUR_TOKEN_HERE}" >> .env
and finally run the app
$ npm start