Captain Ezio commited on
Commit
a5acf89
·
1 Parent(s): 16bd672

Update vars.py

Browse files
Files changed (1) hide show
  1. Powers/vars.py +1 -1
Powers/vars.py CHANGED
@@ -25,7 +25,7 @@ class Config:
25
  NO_LOAD = config("NO_LOAD", default="").split()
26
  PREFIX_HANDLER = config("PREFIX_HANDLER", default="/").split()
27
  SUPPORT_GROUP = config("SUPPORT_GROUP", default="HellBot_Network")
28
- SUPPORT_CHANNEL = config("SUPPORT_CHANNEL", default="HellBot_Network")
29
  ENABLED_LOCALES = [str(i) for i in config("ENABLED_LOCALES", default="en").split()]
30
  VERSION = config("VERSION", default="v2.0")
31
  WORKERS = int(config("WORKERS", default=16))
 
25
  NO_LOAD = config("NO_LOAD", default="").split()
26
  PREFIX_HANDLER = config("PREFIX_HANDLER", default="/").split()
27
  SUPPORT_GROUP = config("SUPPORT_GROUP", default="HellBot_Network")
28
+ SUPPORT_CHANNEL = config("SUPPORT_CHANNEL", default="gojo_updates")
29
  ENABLED_LOCALES = [str(i) for i in config("ENABLED_LOCALES", default="en").split()]
30
  VERSION = config("VERSION", default="v2.0")
31
  WORKERS = int(config("WORKERS", default=16))