Browse Source

Linter cleanup

tags/1.0
Ian Albert 4 years ago
parent
commit
53dc236c4c
3 changed files with 694 additions and 328 deletions
  1. 1
    1
      config.py.sample
  2. BIN
      rocketbot.db.sample
  3. 693
    327
      rocketbot.py

+ 1
- 1
config.py.sample View File

@@ -1,5 +1,5 @@
1 1
 # Copy this file to config.py and fill in necessary values
2
-config = {
2
+CONFIG = {
3 3
 	'clientToken': 'token',
4 4
 	'dbHost': 'localhost',
5 5
 	'dbUser': 'username',

BIN
rocketbot.db.sample View File


+ 693
- 327
rocketbot.py
File diff suppressed because it is too large
View File


Loading…
Cancel
Save