From 3903b718cb257856b3c8ffa6250ba7e266478723 Mon Sep 17 00:00:00 2001 From: nonebot Date: Tue, 10 Nov 2020 09:36:13 +0000 Subject: [PATCH] :memo: update api docs --- docs/api/nonebot.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/api/nonebot.md b/docs/api/nonebot.md index 7c89c882..cdb72bdb 100644 --- a/docs/api/nonebot.md +++ b/docs/api/nonebot.md @@ -28,18 +28,15 @@ sidebarDepth: 0 * `on_endswith` => `nonebot.plugin.on_endswith` +* `on_keyword` => `nonebot.plugin.on_keyword` + + * `on_command` => `nonebot.plugin.on_command` * `on_regex` => `nonebot.plugin.on_regex` -* `on_regex` => `nonebot.plugin.on_regex` - - -* `on_regex` => `nonebot.plugin.on_regex` - - * `CommandGroup` => `nonebot.plugin.CommandGroup`