This commit is contained in:
MathMan05
2026-02-05 12:04:46 -06:00
parent 3e9fcf7dba
commit a1bc1ea633
@@ -125,7 +125,7 @@ router.post(
},
}),
]);
if (body.type !== ChannelType.GUILD_PRIVATE_THREAD)
if (body.type !== ChannelType.GUILD_PRIVATE_THREAD && !channel.isForum())
sendMessage({
channel_id: channel.id,
type: MessageType.THREAD_CREATED,