3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-15 14:15:03 +00:00

Fixed show option for case and cases commands

This commit is contained in:
Lily Bergonzat 2024-02-26 22:23:30 +01:00
parent 408f1b9c30
commit 7eff7bcaa6
4 changed files with 9 additions and 6 deletions

View file

@ -30,7 +30,7 @@ export const CasesSlashCmd = {
signature: [...opts],
async run({ interaction, options, pluginData }) {
await interaction.deferReply({ ephemeral: true });
await interaction.deferReply({ ephemeral: options.show !== true });
return actualCasesCmd(
pluginData,