mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-20 10:18:20 +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
|