Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
HornCopper 2022-01-20 20:29:37 +08:00 committed by GitHub
parent 5556e52e16
commit 62f3d298df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ mod_dl = on_command(
bind_prefix='mod_dl',
desc='下载CurseForge上的Mod。',
developers=['HornCopper'],
recommend_modules=['mcmod']))
recommend_modules=['mcmod'])
@news.handle('<mod_name> <mcversion> {通过模组名获取模组下载链接CloudFlare CDN支持。')
async def main(msg: MessageSession):