мы будем защищать нашу родину
This commit is contained in:
parent
f1558c034c
commit
6e2a3205fd
5
bot.py
5
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')
|
@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')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue