Reduced & updated dependencies.

By default, messages larger than 2.000 characters (sent via tells) get sent via slaves, if these exist.
Fixes #3
This commit is contained in:
2021-10-18 19:39:14 +02:00
parent dea25b05a5
commit bb445e868d
20 changed files with 124 additions and 152 deletions
+1 -1
View File
@@ -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.9 are not supported.")
logger.warning("Versions lower then Python3.10 are not supported.")
exit(-1)
# load config values from env vars