mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 17:58:26 +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
|