diff --git a/backend/src/plugins/ModActions.ts b/backend/src/plugins/ModActions.ts index 1a54a83a..e9e916d8 100644 --- a/backend/src/plugins/ModActions.ts +++ b/backend/src/plugins/ModActions.ts @@ -1749,7 +1749,8 @@ export class ModActionsPlugin extends ZeppelinPlugin { } } - @d.command("hidecase", "", { + @d.command("hide", "", { + aliases: ["hidecase", "hide_case"], extra: { info: { description: "Hide the specified case so it doesn't appear in !cases or !info", @@ -1771,7 +1772,8 @@ export class ModActionsPlugin extends ZeppelinPlugin { ); } - @d.command("unhidecase", "", { + @d.command("unhide", "", { + aliases: ["unhidecase", "unhide_case"], extra: { info: { description: "Un-hide the specified case, making it appear in !cases and !info again",