mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Aliases for hidecase/unhidecase
This commit is contained in:
parent
8357b94822
commit
221f996f45
1 changed files with 4 additions and 2 deletions
|
@ -1749,7 +1749,8 @@ export class ModActionsPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
}
|
||||
}
|
||||
|
||||
@d.command("hidecase", "<caseNum:number>", {
|
||||
@d.command("hide", "<caseNum:number>", {
|
||||
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<TConfigSchema> {
|
|||
);
|
||||
}
|
||||
|
||||
@d.command("unhidecase", "<caseNum:number>", {
|
||||
@d.command("unhide", "<caseNum:number>", {
|
||||
aliases: ["unhidecase", "unhide_case"],
|
||||
extra: {
|
||||
info: {
|
||||
description: "Un-hide the specified case, making it appear in !cases and !info again",
|
||||
|
|
Loading…
Add table
Reference in a new issue