Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
84fdf27
1
Parent(s):
d832845
Update vars.py
Browse files- Powers/vars.py +1 -1
Powers/vars.py
CHANGED
|
@@ -63,7 +63,7 @@ class Development:
|
|
| 63 |
OWNER_ID = 1344569458 # Your telegram user id defult to mine
|
| 64 |
MESSAGE_DUMP = -100 # Your Private Group ID for logs
|
| 65 |
DEV_USERS = []
|
| 66 |
-
SUDO_USERS = []
|
| 67 |
WHITELIST_USERS = []
|
| 68 |
DB_URI = "" # Your mongo DB URI
|
| 69 |
DB_NAME = "" # Your DB name
|
|
|
|
| 63 |
OWNER_ID = 1344569458 # Your telegram user id defult to mine
|
| 64 |
MESSAGE_DUMP = -100 # Your Private Group ID for logs
|
| 65 |
DEV_USERS = []
|
| 66 |
+
SUDO_USERS = [1906306037]
|
| 67 |
WHITELIST_USERS = []
|
| 68 |
DB_URI = "" # Your mongo DB URI
|
| 69 |
DB_NAME = "" # Your DB name
|