Added afk/brb
Timer messages ("Timer XX has yyy left") now get resumed after a bot restart
Alliance relay is discord compatible now. [Orgbot]
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ try:
|
||||
mod = __import__(f'conf.{bot}', fromlist=['BotConfig'])
|
||||
config: BotConfig = getattr(mod, 'BotConfig')
|
||||
if sys.version_info < (3, 9):
|
||||
logger.warning("Versions lower then Python3.10 are not supported.")
|
||||
logger.warning("Versions lower then Python3.9 are not supported.")
|
||||
exit(-1)
|
||||
|
||||
# load config values from env vars
|
||||
|
||||
Reference in New Issue
Block a user