doc updates: Remove triage_message function from contrib-bots.
This commit is contained in:
parent
04580dbb97
commit
7c3a228450
|
@ -101,8 +101,8 @@ document you are reading now).
|
||||||
|
|
||||||
Each bot library simply needs to do the following:
|
Each bot library simply needs to do the following:
|
||||||
|
|
||||||
- Define a class that supports the methods `usage`,
|
- Define a class that supports the methods `usage`
|
||||||
`triage_message`, and `handle_message`.
|
and `handle_message`.
|
||||||
- Set `handler_class` to be the name of that class.
|
- Set `handler_class` to be the name of that class.
|
||||||
|
|
||||||
(We make this a two-step process to reduce code repetition
|
(We make this a two-step process to reduce code repetition
|
||||||
|
|
Loading…
Reference in a new issue