Skip to content

Commit

Permalink
Merge pull request #3 from romangraef/master
Browse files Browse the repository at this point in the history
Add /source Command
  • Loading branch information
CrazyMarvin authored Apr 26, 2020
2 parents 407d17d + a655637 commit 24c6d66
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 24c6d66

Please sign in to comment.