fix typo in nuke command.

This commit is contained in:
projectmoon 2024-07-25 21:46:47 +02:00
parent 5026dba19d
commit 07c2dbbced
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ class Filter:
await self.send_message("Deleted all checkpoint for chat.")
body["messages"][-1]["content"] = (
"Respond ony with: 'Deleted all checkpoint for chat.'"
"Respond ony with: 'Deleted all checkpoints for chat.'"
)
body["messages"] = body["messages"][-1:]