doc updates: Remove triage_message function from contrib-bots.

This commit is contained in:
Abhijeet Kaur 2017-03-05 19:22:12 +05:30 committed by Tim Abbott
parent 04580dbb97
commit 7c3a228450

View file

@ -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