From f1558c034cab9de04c58b5a1bdb94ae77a6d0a5e Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 30 Aug 2019 13:43:39 -0700 Subject: [PATCH] Add Pythonk emoji --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 14664f3..e32b413 100644 --- a/bot.py +++ b/bot.py @@ -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')