Skip to content

Commit f816377

Browse files
committed
implement suggested changes
1 parent 8cafb41 commit f816377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ public void execute(@NotNull SlashCommandInteractionEvent event) {
9191
lastPingTimes.put(event.getMember().getIdLong(), new Pair<>(System.currentTimeMillis(), config.getGuild()));
9292
TextChannel notifChannel = config.getHelpConfig().getHelpNotificationChannel();
9393
notifChannel.sendMessageEmbeds(new EmbedBuilder().setDescription("""
94-
%s requested help in post %s
94+
%s requested help in %s
9595
9696
Tags:
9797
%s
9898
99-
[Post link](%s)
99+
[Click to view](%s)
100100
"""
101101
.formatted(
102102
event.getUser().getAsMention(),

0 commit comments

Comments
 (0)