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:
parent
c3f4f3f8a9
commit
85e028d6dd
1 changed files with 2 additions and 0 deletions
2
bots.py
2
bots.py
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue