mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
Fix small typo (#382)
* src/commands/CommandHandler.ts: - fix small typo that's bugging me in `!status` response. change "projection" -> "protection" Signed-off-by: Than Harrison <infosecvoid@proton.me> Signed-off-by: Than Harrison <infosecvoid@proton.me>
This commit is contained in:
parent
77ad40e27a
commit
0379cc45fb
@ -149,7 +149,7 @@ export async function handleCommand(roomId: string, event: { content: { body: st
|
||||
"!mjolnir protections - List all available protections\n" +
|
||||
"!mjolnir enable <protection> - Enables a particular protection\n" +
|
||||
"!mjolnir disable <protection> - Disables a particular protection\n" +
|
||||
"!mjolnir config set <protection>.<setting> [value] - Change a projection setting\n" +
|
||||
"!mjolnir config set <protection>.<setting> [value] - Change a protection setting\n" +
|
||||
"!mjolnir config add <protection>.<setting> [value] - Add a value to a list protection setting\n" +
|
||||
"!mjolnir config remove <protection>.<setting> [value] - Remove a value from a list protection setting\n" +
|
||||
"!mjolnir config get [protection] - List protection settings\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user