On second thought, that's probably better

This commit is contained in:
Jaiden Mispy 2014-12-08 23:28:50 +11:00
parent 798451518b
commit 504297bf73

View file

@ -59,7 +59,7 @@ class MyBot < Ebooks::Bot
end
end
def on_direct_message(dm)
def on_message(dm)
# Reply to a DM
# reply(dm, "secret secrets")
end