e8761ef4 by Barry

Merge branch 'master' of 23.239.3.252:barry/discordbot

2 parents 3e8d89c6 dcc808ac
Showing 1 changed file with 25 additions and 0 deletions
......@@ -18,3 +18,28 @@ pip install simplejson
```html
python hellsbot.py
```
## Setup
To clear the database execute:
```
rm creds.json
rm fortunes.json
rm deliveries.json
rm members.json
touch creds.json
touch fortunes.json
touch deliveries.json
touch members.json
```
After the files have been created put the following data in your creds.json
```
{
"username": "DISCORDEMAIL@SOMETHING.COM",
"password": "YOURPASS"
}
```
Change the credentials for your email / pass on for your discord account.
\ No newline at end of file
......