Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
9b2453f
1
Parent(s):
49f9bbd
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
|