mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 16:51:26 +00:00
💬 💡 rename MiraiBot to Bot, fix a comment style
This commit is contained in:
@ -6,7 +6,7 @@ from typing_extensions import Literal
|
||||
from .base import Event
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from ..bot import MiraiBot as Bot
|
||||
from ..bot import Bot
|
||||
|
||||
|
||||
class RequestEvent(Event):
|
||||
|
Reference in New Issue
Block a user