mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 13:55:03 +00:00
Fixed show option for case and cases commands
This commit is contained in:
parent
408f1b9c30
commit
7eff7bcaa6
4 changed files with 9 additions and 6 deletions
|
@ -18,7 +18,7 @@ export const CaseSlashCmd = {
|
|||
],
|
||||
|
||||
async run({ interaction, options, pluginData }) {
|
||||
await interaction.deferReply({ ephemeral: true });
|
||||
await interaction.deferReply({ ephemeral: options.show !== true });
|
||||
actualCaseCmd(pluginData, interaction, interaction.user.id, options["case-number"], options.show);
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue