Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2023-05-27 19:39:15 +08:00 committed by GitHub
parent 29e36be3dc
commit 5f3efa2156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ async def _(msg: Bot.MessageSession):
@mai.handle(re.compile(r".*\s?(M|m)aimai\s?.*什么", desc='{maimai.help.random.regex}'))
@mai.handle(re.compile(r".*\s?(M|m)aimai\s?.*什么", desc="{maimai.help.random.regex}"))
async def _(msg: Bot.MessageSession):
await msg.finish(song_txt((await total_list.get()).random()))