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

The Fiorygi Update

This commit is contained in:
Steffo 2018-09-05 19:52:11 +02:00
parent c3f4f3f8a9
commit 85e028d6dd

View file

@ -19,6 +19,8 @@ if __name__ == "__main__":
discord.start()
logging.info("Starting Telegram process...")
telegram.start()
logging.info("Starting Reddit process...")
reddit.start()
try:
while True:
if discord.exitcode is not None: