diff --git a/bot/gamebot/bot.py b/bot/gamebot/bot.py index 580a3b9..894e79e 100644 --- a/bot/gamebot/bot.py +++ b/bot/gamebot/bot.py @@ -96,4 +96,5 @@ def callback_handler(update: Update, ctx: CallbackContext): dis.add_handler(about_handler) dis.add_handler(help_handler) dis.add_handler(play_handler) +dis.add_handler(source_handler) dis.add_handler(inline_handler)