Docs: Bump nb-autodoc from 0.x to 1.0.0a5 (#1661)

This commit is contained in:
Anh71me
2023-02-02 16:10:22 +08:00
committed by GitHub
parent b534b3b03f
commit d2f000bb16
3 changed files with 11 additions and 21 deletions

View File

@ -47,7 +47,7 @@ class Event(abc.ABC, BaseModel):
通常你不需要修改这个方法,只有当希望 NoneBot 隐藏该事件日志时,可以抛出 `NoLogException` 异常。
异常:
NoLogException
NoLogException:
"""
return f"[{self.get_event_name()}]: {self.get_event_description()}"