Add an !emoji command
This commit is contained in:
parent
1fa72d5753
commit
16fec1c34d
5
bot.py
5
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')
|
@handle_message('!keyboard2')
|
||||||
def keyboard2(match: Match[str]) -> Response:
|
def keyboard2(match: Match[str]) -> Response:
|
||||||
return MessageResponse(
|
return MessageResponse(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue