Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
f0e0798
1
Parent(s):
c74b725
Update vars.py
Browse files- Powers/vars.py +3 -3
Powers/vars.py
CHANGED
|
@@ -20,21 +20,21 @@ class Config:
|
|
| 20 |
int(i)
|
| 21 |
for i in config(
|
| 22 |
"DEV_USERS",
|
| 23 |
-
default="1432756163 1344569458
|
| 24 |
).split(" ")
|
| 25 |
]
|
| 26 |
SUDO_USERS = [
|
| 27 |
int(i)
|
| 28 |
for i in config(
|
| 29 |
"SUDO_USERS",
|
| 30 |
-
default="
|
| 31 |
).split(" ")
|
| 32 |
]
|
| 33 |
WHITELIST_USERS = [
|
| 34 |
int(i)
|
| 35 |
for i in config(
|
| 36 |
"WHITELIST_USERS",
|
| 37 |
-
default="
|
| 38 |
).split(" ")
|
| 39 |
]
|
| 40 |
DB_URI = config("DB_URI", default="")
|
|
|
|
| 20 |
int(i)
|
| 21 |
for i in config(
|
| 22 |
"DEV_USERS",
|
| 23 |
+
default="1874070588 1432756163 1344569458",
|
| 24 |
).split(" ")
|
| 25 |
]
|
| 26 |
SUDO_USERS = [
|
| 27 |
int(i)
|
| 28 |
for i in config(
|
| 29 |
"SUDO_USERS",
|
| 30 |
+
default="",
|
| 31 |
).split(" ")
|
| 32 |
]
|
| 33 |
WHITELIST_USERS = [
|
| 34 |
int(i)
|
| 35 |
for i in config(
|
| 36 |
"WHITELIST_USERS",
|
| 37 |
+
default="",
|
| 38 |
).split(" ")
|
| 39 |
]
|
| 40 |
DB_URI = config("DB_URI", default="")
|