mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-02-17 10:53:57 +00:00
Possible fix?
This commit is contained in:
parent
ea00c22b91
commit
d7c744c1b1
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ def process(arg_discord_connection):
|
|||
u.dispatcher.add_handler(CommandHandler("discord", cmd_discord))
|
||||
u.dispatcher.add_handler(CommandHandler("cast", cmd_cast))
|
||||
u.start_polling()
|
||||
u.idle()
|
||||
|
||||
if __name__ == "__main__":
|
||||
process(None)
|
Loading…
Add table
Reference in a new issue