From 66cf8e8de90917dfe929fd2c2a9c9b568deb346d Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 12 Jun 2026 12:43:42 -0600 Subject: [PATCH] Disable that for now... --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 04a7048..8a50ebc 100644 --- a/index.js +++ b/index.js @@ -482,7 +482,7 @@ Example data object: }); } }).then((msg) => { - if (msg.channel.type === Discord.ChannelType.GuildAnnouncement) msg.crosspost(); + // if (msg.channel.type === Discord.ChannelType.GuildAnnouncement) msg.crosspost(); }) } sendMessage()