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