Skip to content

Commit 8fb7543

Browse files
committed
improve close suggestion message
1 parent 54987e8 commit 8fb7543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/javadiscord/javabot/systems/help/HelpListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ private void replyCloseSuggestionIfPatternMatches(Message msg) {
113113
for (String[] detector : closeSuggestionDetectors) {
114114
if (doesMatchDetector(content, detector)) {
115115
msg.reply("""
116-
If you are finished with your post, please close your post.
116+
If you are finished with your post, please close it.
117117
If you are not, please ignore this message.
118-
Note that you will not be able to send further messages after this post have been closed.
118+
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
119119
""")
120120
.addActionRow(createCloseSuggestionButton(msg.getChannel().asThreadChannel()),
121121
Button.secondary(InteractionUtils.DELETE_ORIGINAL_TEMPLATE, "\uD83D\uDDD1️"))

0 commit comments

Comments
 (0)