Skip to content

Commit

Permalink
Update nonebot/adapters/console/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored May 30, 2024
1 parent 9cb3733 commit b3a9346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot/adapters/console/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BOT_ID = "console"

from .bot import Bot as Bot
from .event import User as User
from nonechat.info import User as User
from .event import Event as Event
from .adapter import Adapter as Adapter
from .message import Message as Message
Expand Down

0 comments on commit b3a9346

Please sign in to comment.