Add Pythonk emoji

This commit is contained in:
Anthony Sottile 2019-08-30 13:43:39 -07:00 committed by GitHub
parent 1caa00add2
commit f1558c034c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

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