Skip to content

Commit 956cc96

Browse files
committed
change button text
1 parent f7027e8 commit 956cc96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/discordjug/javabot/systems/moderation/report/ReportManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ private void sendReportResponse(InteractionHook hook, User targetUser, EmbedBuil
215215
reportEmbed.setDescription("Successfully reported " + "`" + UserUtils.getUserTag(targetUser) + "`!\nYour report has been send to our Moderators.\nIn case you want to supply additional details, please use the \"Create thread\" button below.");
216216
hook.sendMessageEmbeds(reportEmbed.build())
217217
.addActionRow(Button.secondary(
218-
ComponentIdBuilder.build(REPORT_INTERACTION_NAME, "create-thread",reportThread.getId()),
219-
"Create thread"))
218+
ComponentIdBuilder.build(REPORT_INTERACTION_NAME, "create-thread", reportThread.getId()),
219+
"Create thread for providing further details"))
220220
.queue();
221221
}
222222

0 commit comments

Comments
 (0)