Add Pythonk emoji
This commit is contained in:
parent
1caa00add2
commit
f1558c034c
2
bot.py
2
bot.py
|
|
@ -146,7 +146,7 @@ def cmd_discord(match: Match[str]) -> Response:
|
||||||
|
|
||||||
@handle_message('!emoji')
|
@handle_message('!emoji')
|
||||||
def cmd_emoji(match: Match[str]) -> Response:
|
def cmd_emoji(match: Match[str]) -> Response:
|
||||||
return MessageResponse(match, 'anthon63DumpsterFire')
|
return MessageResponse(match, 'anthon63DumpsterFire anthon63Pythonk')
|
||||||
|
|
||||||
|
|
||||||
@handle_message('!keyboard2')
|
@handle_message('!keyboard2')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue