Add the !lurk command

This commit is contained in:
Anthony Sottile 2019-08-29 20:55:52 -07:00
parent af25350b94
commit aec1d42e8a
1 changed files with 5 additions and 0 deletions

5
bot.py
View File

@ -126,6 +126,11 @@ def cmd_ohai(match: Match[str]) -> Response:
return MessageResponse(match, 'ohai, {user}!')
@handle_message('!lurk')
def cmd_lurk(match: Match[str]) -> Response:
return MessageResponse(match, 'thanks for lurking, {user}!')
@handle_message('!discord')
def cmd_discord(match: Match[str]) -> Response:
return MessageResponse(