Skip to content

Commit

Permalink
✨ reexport User for nonebug
Browse files Browse the repository at this point in the history
  • Loading branch information
mobyw committed May 29, 2024
1 parent 2807adf commit 9cb3733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nonebot/adapters/console/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BOT_ID = "console"

from .bot import Bot as Bot
from .event 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 9cb3733

Please sign in to comment.