Skip to content

Commit

Permalink
add source command
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Gräf committed Apr 26, 2020
1 parent 272f33a commit a655637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/gamebot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a655637

Please sign in to comment.