We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60f002 commit f20233cCopy full SHA for f20233c
src/main/java/net/discordjug/javabot/listener/JobChannelCloseOldPostsListener.java
@@ -51,7 +51,7 @@ public void onChannelCreate(ChannelCreateEvent event) {
51
post.sendMessageEmbeds(
52
new EmbedBuilder()
53
.setTitle("Post closed")
54
- .setDescription("This post has been closed because you have created other recent posts.\nPlease do not spam posts.")
+ .setDescription("This post has been blocked because you have created other recent posts.\nPlease do not spam posts.")
55
.build())
56
.setContent(post.getOwner().getAsMention())
57
.flatMap(msg -> post.getManager().setArchived(true).setLocked(true))
0 commit comments