mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-01 01:26:46 +00:00
8 lines
120 B
Python
8 lines
120 B
Python
from nonebot.adapters import Bot
|
|
|
|
type AliasedBot = Bot
|
|
|
|
|
|
async def get_aliased_bot(b: AliasedBot) -> Bot:
|
|
return b
|