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 3265d04 commit c996695Copy full SHA for c996695
src/events/messageCreateForum.ts
@@ -38,7 +38,8 @@ export default event({
38
// Apply tags
39
if (tags.toString() !== message.channel.appliedTags.sort().toString()) message.channel.setAppliedTags(tags)
40
// If this is a new post and not just a regular message
41
- if (!message.nonce && message.position === 0) {
+ // Disabled for now due to the fact that nobody reads the message
42
+ if (!message.nonce && message.position === 0 && false) {
43
const msg = await message.channel.send(wrap_in_embed(
44
`Thank you for your message!
45
0 commit comments