Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
b31c09e
1
Parent(s):
1e8a790
Update vars.py
Browse files- Powers/vars.py +3 -3
Powers/vars.py
CHANGED
@@ -58,13 +58,13 @@ class Development:
|
|
58 |
BOT_TOKEN = "YOUR BOT_TOKEN"
|
59 |
API_ID = 12345 # Your APP_ID from Telegram
|
60 |
API_HASH = "YOUR API HASH" # Your APP_HASH from Telegram
|
61 |
-
OWNER_ID = 1344569458 # Your telegram user id
|
62 |
MESSAGE_DUMP = -100 # Your Private Group ID for logs
|
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"
|
|
|
58 |
BOT_TOKEN = "YOUR BOT_TOKEN"
|
59 |
API_ID = 12345 # Your APP_ID from Telegram
|
60 |
API_HASH = "YOUR API HASH" # Your APP_HASH from Telegram
|
61 |
+
OWNER_ID = 1344569458 # Your telegram user id defult to mine
|
62 |
MESSAGE_DUMP = -100 # Your Private Group ID for logs
|
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"
|