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()