Skip to content

Commit c996695

Browse files
committed
removed support message
1 parent 3265d04 commit c996695

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/events/messageCreateForum.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export default event({
3838
// Apply tags
3939
if (tags.toString() !== message.channel.appliedTags.sort().toString()) message.channel.setAppliedTags(tags)
4040
// If this is a new post and not just a regular message
41-
if (!message.nonce && message.position === 0) {
41+
// Disabled for now due to the fact that nobody reads the message
42+
if (!message.nonce && message.position === 0 && false) {
4243
const msg = await message.channel.send(wrap_in_embed(
4344
`Thank you for your message!
4445

0 commit comments

Comments
 (0)