мы будем защищать нашу родину

This commit is contained in:
Anthony Sottile 2019-09-28 16:47:16 -07:00
parent f1558c034c
commit 6e2a3205fd
1 changed files with 5 additions and 0 deletions

5
bot.py
View File

@ -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') @handle_message('!emoji')
def cmd_emoji(match: Match[str]) -> Response: def cmd_emoji(match: Match[str]) -> Response:
return MessageResponse(match, 'anthon63DumpsterFire anthon63Pythonk') return MessageResponse(match, 'anthon63DumpsterFire anthon63Pythonk')