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 f3f82c1 commit 4dbd6beCopy full SHA for 4dbd6be
src/main/java/net/javadiscord/javabot/systems/help/commands/HelpPingSubcommand.java
@@ -93,7 +93,7 @@ public void execute(@NotNull SlashCommandInteractionEvent event) {
93
Collections.shuffle(members);
94
if(members.size()>0) {
95
post.addThreadMember(members.get(0)).queue();
96
- event.getHook().sendMessage("Successfully added a user with the help-ping role to the post.").setEphemeral(true).queue();
+ event.getHook().sendMessage("Successfully added a user with the help-ping role to the post.").setEphemeral(false).queue();
97
}else {
98
event.getHook().sendMessage("Unfortunately, no available member with the help-ping role has been found.").queue();
99
}
0 commit comments