mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 19:17:19 +00:00
Made cases commands ephemeral by default
This commit is contained in:
parent
b428e18fc7
commit
ba65ecb48f
8 changed files with 52 additions and 15 deletions
|
@ -15,6 +15,7 @@ const opts = {
|
|||
unmutes: ct.switchOption({ def: false, shortcut: "um" }),
|
||||
bans: ct.switchOption({ def: false, shortcut: "b" }),
|
||||
unbans: ct.switchOption({ def: false, shortcut: "ub" }),
|
||||
show: ct.switchOption({ def: false, shortcut: "sh" }),
|
||||
};
|
||||
|
||||
export const CasesUserMsgCmd = modActionsMsgCmd({
|
||||
|
@ -55,6 +56,7 @@ export const CasesUserMsgCmd = modActionsMsgCmd({
|
|||
args.reverseFilters,
|
||||
args.hidden,
|
||||
args.expand,
|
||||
args.show,
|
||||
);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue