Skip to content

Commit 6f0acaa

Browse files
committed
improve /help ping command description
1 parent 60644f6 commit 6f0acaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/help/commands/HelpPingSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class HelpPingSubcommand extends SlashCommand.Subcommand implements Butto
5555
* @param botConfig The main configuration of the bot
5656
*/
5757
public HelpPingSubcommand(BotConfig botConfig, ScheduledExecutorService asyncPool) {
58-
setCommandData(new SubcommandData("ping", "Notify those with the help-ping role that your question is urgent."));
58+
setCommandData(new SubcommandData("ping", "Notify potential helpers that your question is urgent."));
5959
lastPingTimes = new ConcurrentHashMap<>();
6060
this.botConfig = botConfig;
6161
asyncPool.scheduleWithFixedDelay(this::cleanTimeoutCache, CACHE_CLEANUP_DELAY, CACHE_CLEANUP_DELAY, TimeUnit.SECONDS);

0 commit comments

Comments
 (0)