From 16fec1c34daca1d66d531a989edd8f5c2ac8ab26 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 20 Jul 2019 11:56:17 -0700 Subject: [PATCH] Add an !emoji command --- bot.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bot.py b/bot.py index 64330b3..df96ca3 100644 --- a/bot.py +++ b/bot.py @@ -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') def keyboard2(match: Match[str]) -> Response: return MessageResponse(