Skip to content

Commit

Permalink
ephemeral message on slot machine
Browse files Browse the repository at this point in the history
  • Loading branch information
LeRoiDesKiwis committed Jun 15, 2024
1 parent c87df66 commit 795ccd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void execute(OmegaUser user, SlashCommandInteraction event) {
return;
}
if(!user.hasEnoughPoints(mise)){
event.reply("Vous n'avez pas assez de points.").queue();
event.reply("Vous n'avez pas assez de points.").setEphemeral(true).queue();
return;
}
if(random.nextBoolean()){
Expand Down

0 comments on commit 795ccd1

Please sign in to comment.