♻️ reorganize class and add bot hook di

This commit is contained in:
yanyongyu
2022-02-06 14:52:50 +08:00
parent b8456b12ad
commit fd11e2696b
24 changed files with 1747 additions and 1633 deletions

View File

@ -202,7 +202,7 @@ class AdapterException(NoneBotException):
class NoLogException(AdapterException):
"""指示 NoneBot 对当前 `Event` 进行处理但不显示 Log 信息。
可在 {ref}`nonebot.adapters._event.Event.get_log_string` 时抛出
可在 {ref}`nonebot.adapters.Event.get_log_string` 时抛出
"""