Add an !emoji command

This commit is contained in:
Anthony Sottile 2019-07-20 11:56:17 -07:00
parent 1fa72d5753
commit 16fec1c34d
1 changed files with 5 additions and 0 deletions

5
bot.py
View File

@ -133,6 +133,11 @@ def cmd_discord(match: Match[str]) -> Response:
) )
@handle_message('!emoji')
def cmd_emoji(match: Match[str]) -> Response:
return MessageResponse(match, 'anthon63DumpsterFire')
@handle_message('!keyboard2') @handle_message('!keyboard2')
def keyboard2(match: Match[str]) -> Response: def keyboard2(match: Match[str]) -> Response:
return MessageResponse( return MessageResponse(