💬 💡 rename MiraiBot to Bot, fix a comment style

This commit is contained in:
Mix
2021-02-01 14:24:45 +08:00
parent 6c0b20e5b7
commit 5a63827f22
6 changed files with 38 additions and 18 deletions

View File

@ -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):