Skip to content

Commit 6df9682

Browse files
fix typo
1 parent 3ef02e3 commit 6df9682

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
@@ -24,7 +24,7 @@
2424
* helpers.
2525
*/
2626
public class HelpPingSubcommand extends SlashCommand.Subcommand {
27-
private static final String WRONG_CHANNEL_MSG = "This command can only be used in **help forum posts.**.";
27+
private static final String WRONG_CHANNEL_MSG = "This command can only be used in **help forum posts**";
2828
private static final long CACHE_CLEANUP_DELAY = 60L;
2929

3030
private final Map<Long, Pair<Long, Guild>> lastPingTimes;

0 commit comments

Comments
 (0)