We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a360cf5 commit 412ed51Copy full SHA for 412ed51
1 file changed
src/commands/booster.ts
@@ -75,7 +75,7 @@ export default new Command({
75
return;
76
}
77
78
- await interaction.deferReply({ flags: MessageFlags.Ephemeral });
+ await interaction.deferReply();
79
80
if (sub === "check") {
81
const user = interaction.options.getUser("user", true);
0 commit comments