mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Nani!?
This commit is contained in:
parent
1e1f111438
commit
5e83618ea1
1 changed files with 1 additions and 1 deletions
2
bots.py
2
bots.py
|
@ -58,7 +58,7 @@ if __name__ == "__main__":
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
logger.info("Now stopping...")
|
logger.info("Now stopping...")
|
||||||
logger.info("Asking Discord process to stop...")
|
logger.info("Asking Discord process to stop...")
|
||||||
discord_telegram_pipe[0].send("stop")
|
discord_telegram_pipe[1].send("stop")
|
||||||
logger.info("Waiting for Discord Bot process to stop...")
|
logger.info("Waiting for Discord Bot process to stop...")
|
||||||
discord.join()
|
discord.join()
|
||||||
logger.info("Waiting for Telegram Bot process to stop...")
|
logger.info("Waiting for Telegram Bot process to stop...")
|
||||||
|
|
Loading…
Reference in a new issue