Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2023-11-29 20:46:01 +08:00 committed by GitHub
parent 10dadef672
commit 66957c524b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,5 +50,5 @@ mlg = module(
@mlg.handle('{{mcv.help.mclgv}}')
async def mcev_loader(msg: Bot.MessageSession):
async def mclgv_loader(msg: Bot.MessageSession):
await msg.finish(await mclgv(msg))