From 504297bf73a889fcde2a932b6292f7cd24a9dc94 Mon Sep 17 00:00:00 2001 From: Jaiden Mispy <^_^@mispy.me> Date: Mon, 8 Dec 2014 23:28:50 +1100 Subject: [PATCH] On second thought, that's probably better --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41b35bd..f8a05f0 100644 --- a/README.md +++ b/README.md @@ -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