mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-01-07 20:32:11 +00:00
1.7 KiB
1.7 KiB
sidebar_position, description
| sidebar_position | description |
|---|---|
| 0 | nonebot.plugin 模块 |
nonebot.plugin
本模块为 NoneBot 插件开发提供便携的定义函数。
快捷导入
为方便使用,本模块从子模块导入了部分内容,以下内容可以直接通过本模块导入:
on=>onon_metaevent=>on_metaeventon_message=>on_messageon_notice=>on_noticeon_request=>on_requeston_startswith=>on_startswithon_endswith=>on_endswithon_keyword=>on_keywordon_command=>on_commandon_shell_command=>on_shell_commandon_regex=>on_regexCommandGroup=>CommandGroupMatchergroup=>MatcherGroupload_plugin=>load_pluginload_plugins=>load_pluginsload_all_plugins=>load_all_pluginsload_from_json=>load_from_jsonload_from_toml=>load_from_tomlload_builtin_plugin=>load_builtin_pluginload_builtin_plugins=>load_builtin_pluginsget_plugin=>get_pluginget_loaded_plugins=>get_loaded_pluginsexport=>exportrequire=>require