Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
ad144ca
1
Parent(s):
b31c09e
Looks good
Browse files- Powers/vars.py +2 -2
Powers/vars.py
CHANGED
@@ -63,8 +63,8 @@ class Development:
|
|
63 |
DEV_USERS = []
|
64 |
SUDO_USERS = []
|
65 |
WHITELIST_USERS = []
|
66 |
-
DB_URI = ""
|
67 |
-
DB_NAME = ""
|
68 |
NO_LOAD = []
|
69 |
PREFIX_HANDLER = ["!", "/"]
|
70 |
SUPPORT_GROUP = "SUPPORT_GROUP"
|
|
|
63 |
DEV_USERS = []
|
64 |
SUDO_USERS = []
|
65 |
WHITELIST_USERS = []
|
66 |
+
DB_URI = "" # Your mongo DB URI
|
67 |
+
DB_NAME = "" # Your DB name
|
68 |
NO_LOAD = []
|
69 |
PREFIX_HANDLER = ["!", "/"]
|
70 |
SUPPORT_GROUP = "SUPPORT_GROUP"
|