1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00

Possible fix?

This commit is contained in:
Steffo 2018-01-20 16:15:53 +01:00
parent ea00c22b91
commit d7c744c1b1
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: C27544372FBB445D

View file

@ -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)