🐛 修复错字

This commit is contained in:
CMHopeSunshine 2022-09-09 21:47:04 +08:00
parent 631cf0153c
commit 34545b7919
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ async def _(event: MessageEvent):
else:
msg = f'{NICKNAME}明明没有在学你们说话!'
else:
msg = random.choice([f'{NICKNAME}就喜欢学,哼!', f'你管得着{NICKNAME}'])
msg = random.choice([f'你管得着{NICKNAME}吗!', f'你可没有权限要求{NICKNAME}'])
await set_enable.finish(msg)