Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/modules/mcv/__init__.py
2021-08-07 15:56:48 +08:00

11 lines
328 B
Python

from core.elements import MessageSession
from core.loader.decorator import command
from .mcv import mcv, mcbv, mcdv
@command(
bind_prefix='mcv',
help_doc='~mcv {查询当前Minecraft Java版启动器内最新版本。}',
alias='m')
async def mcv_loader(msg: MessageSession):
await msg.sendMessage(await mcv())