mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-20 02:46:48 +00:00
💥 remove builtin adapter auto register
This commit is contained in:
@ -123,7 +123,8 @@ class BaseDriver(abc.ABC):
|
||||
* ``*args``
|
||||
* ``**kwargs``
|
||||
"""
|
||||
raise NotImplementedError
|
||||
logger.opt(
|
||||
colors=True).debug(f"Loaded adapters: {', '.join(self._adapters)}")
|
||||
|
||||
@abc.abstractmethod
|
||||
async def _handle_http(self):
|
||||
|
Reference in New Issue
Block a user