We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344db36 commit ba124d9Copy full SHA for ba124d9
nonebot/adapters/github/__init__.py
@@ -1,6 +1,8 @@
1
from .event import *
2
from .bot import Bot as Bot
3
+from .bot import OAuthBot as OAuthBot
4
from .adapter import Adapter as Adapter
5
+from .bot import GitHubBot as GitHubBot
6
from .message import Message as Message
7
from .exception import ActionFailed as ActionFailed
8
from .exception import NetworkError as NetworkError
0 commit comments