mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2025-04-12 23:29:37 +08:00
🐛 修复错字
This commit is contained in:
parent
631cf0153c
commit
34545b7919
@ -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)
|
||||
|
||||
|
||||
|
@ -34,7 +34,7 @@ class ChatConfigManager:
|
||||
self.config = ChatConfig.parse_obj(load_yaml(self.file_path))
|
||||
else:
|
||||
self.config = ChatConfig()
|
||||
self.save()
|
||||
self.save()
|
||||
|
||||
@property
|
||||
def config_list(self) -> List[str]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user