Update variables.py
Browse files- variables.py +2 -2
variables.py
CHANGED
@@ -33,8 +33,8 @@ class Config(object):
|
|
33 |
MONGO_DB_URI = "mongodb+srv://flash:[email protected]/?retryWrites=true&w=majority&appName=flash"
|
34 |
|
35 |
# Support chat and support ID
|
36 |
-
SUPPORT_CHAT = "
|
37 |
-
SUPPORT_ID = -
|
38 |
|
39 |
# Database name
|
40 |
DB_NAME = "dragbot"
|
|
|
33 |
MONGO_DB_URI = "mongodb+srv://flash:[email protected]/?retryWrites=true&w=majority&appName=flash"
|
34 |
|
35 |
# Support chat and support ID
|
36 |
+
SUPPORT_CHAT = "musiclogsdrag"
|
37 |
+
SUPPORT_ID = -1002287972008
|
38 |
|
39 |
# Database name
|
40 |
DB_NAME = "dragbot"
|