Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Barry
/
discordbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e8761ef4
authored
2015-12-05 03:52:11 +0000
by
Barry
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of 23.239.3.252:barry/discordbot
2 parents
3e8d89c6
dcc808ac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
README.md
README.md
View file @
e8761ef
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment