From 7c3a228450109734d75986e83d6436b155daa08d Mon Sep 17 00:00:00 2001 From: Abhijeet Kaur Date: Sun, 5 Mar 2017 19:22:12 +0530 Subject: [PATCH] doc updates: Remove triage_message function from contrib-bots. --- contrib_bots/bots/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib_bots/bots/readme.md b/contrib_bots/bots/readme.md index d2baf81..8a4ce63 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