File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/net/javadiscord/javabot/systems/help Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ️" ))
You can’t perform that action at this time.
0 commit comments