Skip to content

Commit ba124d9

Browse files
authored
✏️ add bot re-export
1 parent 344db36 commit ba124d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nonebot/adapters/github/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from .event import *
22
from .bot import Bot as Bot
3+
from .bot import OAuthBot as OAuthBot
34
from .adapter import Adapter as Adapter
5+
from .bot import GitHubBot as GitHubBot
46
from .message import Message as Message
57
from .exception import ActionFailed as ActionFailed
68
from .exception import NetworkError as NetworkError

0 commit comments

Comments
 (0)