🚧 sr查询信息

@KimigaiiWuyi
This commit is contained in:
MingxuanGame 2023-05-01 01:19:35 +08:00
parent 0249c5c238
commit 18a356ac4c
No known key found for this signature in database
GPG Key ID: 90C7EFA11DC3C2FF

View File

@ -0,0 +1,10 @@
from gsuid_core.sv import SV
from gsuid_core.bot import Bot
from gsuid_core.models import Event
sv_get_info = SV('sr查询信息')
@sv_get_info.on_command(('sr', 'sruid'))
async def send_role_info(bot: Bot, ev: Event):
await bot.send("WIP 前面的区域,以后再来探索吧")