Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
55571ed
1
Parent(s):
93fe7a7
Update vars.py
Browse files- Powers/vars.py +3 -3
Powers/vars.py
CHANGED
@@ -22,10 +22,10 @@ class Config:
|
|
22 |
SUDO_USERS = [int(i) for i in config("SUDO_USERS", default="1432756163 1344569458 1355478165 1789859817 1777340882").split(" ")]
|
23 |
WHITELIST_USERS = [int(i) for i in config("WHITELIST_USERS", default="1432756163 1344569458 1355478165 1789859817 1777340882").split(" ")]
|
24 |
DB_URI = config("DB_URI", default="")
|
25 |
-
DB_NAME = config("DB_NAME", default="
|
26 |
NO_LOAD = config("NO_LOAD", default="").split()
|
27 |
PREFIX_HANDLER = config("PREFIX_HANDLER", default="/").split()
|
28 |
-
SUPPORT_GROUP = config("SUPPORT_GROUP", default="
|
29 |
SUPPORT_CHANNEL = config("SUPPORT_CHANNEL", default="gojo_updates")
|
30 |
VERSION = config("VERSION", default="v2.0")
|
31 |
WORKERS = int(config("WORKERS", default=16))
|
@@ -48,7 +48,7 @@ class Development:
|
|
48 |
SUDO_USERS = []
|
49 |
WHITELIST_USERS = []
|
50 |
DB_URI = "postgres://username:password@postgresdb:5432/database_name"
|
51 |
-
DB_NAME = "
|
52 |
NO_LOAD = []
|
53 |
PREFIX_HANDLER = ["!", "/"]
|
54 |
SUPPORT_GROUP = "SUPPORT_GROUP"
|
|
|
22 |
SUDO_USERS = [int(i) for i in config("SUDO_USERS", default="1432756163 1344569458 1355478165 1789859817 1777340882").split(" ")]
|
23 |
WHITELIST_USERS = [int(i) for i in config("WHITELIST_USERS", default="1432756163 1344569458 1355478165 1789859817 1777340882").split(" ")]
|
24 |
DB_URI = config("DB_URI", default="")
|
25 |
+
DB_NAME = config("DB_NAME", default="gojo_satarou")
|
26 |
NO_LOAD = config("NO_LOAD", default="").split()
|
27 |
PREFIX_HANDLER = config("PREFIX_HANDLER", default="/").split()
|
28 |
+
SUPPORT_GROUP = config("SUPPORT_GROUP", default="gojo_update")
|
29 |
SUPPORT_CHANNEL = config("SUPPORT_CHANNEL", default="gojo_updates")
|
30 |
VERSION = config("VERSION", default="v2.0")
|
31 |
WORKERS = int(config("WORKERS", default=16))
|
|
|
48 |
SUDO_USERS = []
|
49 |
WHITELIST_USERS = []
|
50 |
DB_URI = "postgres://username:password@postgresdb:5432/database_name"
|
51 |
+
DB_NAME = "gojo_satarou"
|
52 |
NO_LOAD = []
|
53 |
PREFIX_HANDLER = ["!", "/"]
|
54 |
SUPPORT_GROUP = "SUPPORT_GROUP"
|