1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

tiny update

This commit is contained in:
Steffo 2018-12-08 12:31:26 +01:00
parent 7a9195b2cb
commit 7f55e55937

View file

@ -1169,6 +1169,7 @@ def process(users_connection=None):
logger.info("Connecting...")
loop.run_until_complete(bot.connect())
logger.info("Now stopping...")
loop.run_until_complete(bot.main_channel.send(" Spegnimento bot in corso..."))
loop.run_until_complete(bot.logout())