mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 16:16:21 +08:00
6 lines
75 B
Python
6 lines
75 B
Python
from nonebot.adapters import Bot
|
|
|
|
|
|
async def get_bot(b: Bot):
|
|
return b
|