From 6e2a3205fd7d72d60e98c752d715bbcb36db7016 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 28 Sep 2019 16:47:16 -0700 Subject: [PATCH] =?UTF-8?q?=D0=BC=D1=8B=20=D0=B1=D1=83=D0=B4=D0=B5=D0=BC?= =?UTF-8?q?=20=D0=B7=D0=B0=D1=89=D0=B8=D1=89=D0=B0=D1=82=D1=8C=20=D0=BD?= =?UTF-8?q?=D0=B0=D1=88=D1=83=20=D1=80=D0=BE=D0=B4=D0=B8=D0=BD=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bot.py b/bot.py index e32b413..cd5c831 100644 --- a/bot.py +++ b/bot.py @@ -144,6 +144,11 @@ def cmd_discord(match: Match[str]) -> Response: ) +@handle_message('!homeland') +def cmd_russians(match: Match[str]) -> Response: + return MessageResponse(match, 'WE WILL PROTECT OUR HOMELAND!') + + @handle_message('!emoji') def cmd_emoji(match: Match[str]) -> Response: return MessageResponse(match, 'anthon63DumpsterFire anthon63Pythonk')