We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef02e3 commit 6df9682Copy full SHA for 6df9682
src/main/java/net/javadiscord/javabot/systems/help/commands/HelpPingSubcommand.java
@@ -24,7 +24,7 @@
24
* helpers.
25
*/
26
public class HelpPingSubcommand extends SlashCommand.Subcommand {
27
- private static final String WRONG_CHANNEL_MSG = "This command can only be used in **help forum posts.**.";
+ private static final String WRONG_CHANNEL_MSG = "This command can only be used in **help forum posts**";
28
private static final long CACHE_CLEANUP_DELAY = 60L;
29
30
private final Map<Long, Pair<Long, Guild>> lastPingTimes;
0 commit comments