Finally fixed media groups

This commit is contained in:
2024-02-13 23:08:29 +03:00
parent 02bd67e34a
commit d181e5ac33
9 changed files with 57 additions and 28 deletions

View File

@@ -16,7 +16,6 @@ from neuroapi.types import NeuroApiBot
async def delay_bot()->None:
config = Config()
print(config)
if config.token is None or config.token == '':
logging.warning('Delay bot needs token in environment')
return