mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
i forgot to save
This commit is contained in:
parent
714c969697
commit
785178117d
1 changed files with 1 additions and 0 deletions
|
@ -826,6 +826,7 @@ def process(arg_discord_connection):
|
|||
u.dispatcher.add_handler(CommandHandler("regex", cmd_regex))
|
||||
u.dispatcher.add_handler(CommandHandler("start", cmd_start))
|
||||
u.dispatcher.add_handler(CommandHandler("spell", cmd_spell))
|
||||
u.dispatcher.add_handler(CommandHandler("emojify", cmd_emojify))
|
||||
u.dispatcher.add_handler(CallbackQueryHandler(on_callback_query))
|
||||
logger.info("Handlers registered.")
|
||||
u.start_polling()
|
||||
|
|
Loading…
Reference in a new issue