diff --git a/contrib_bots/bots/readme.md b/contrib_bots/bots/readme.md
index d2baf81e..8a4ce63d 100644
--- a/contrib_bots/bots/readme.md
+++ b/contrib_bots/bots/readme.md
@@ -101,8 +101,8 @@ document you are reading now).
 
 Each bot library simply needs to do the following:
 
-- Define a class that supports the methods `usage`,
-`triage_message`, and `handle_message`.
+- Define a class that supports the methods `usage`
+and `handle_message`.
 - Set `handler_class` to be the name of that class.
 
 (We make this a two-step process to reduce code repetition