Disable that for now...
Some checks failed
ptero-push / build (push) Has been cancelled

This commit is contained in:
Christopher Cookman 2026-06-12 12:43:42 -06:00
parent 122a049e88
commit 66cf8e8de9

View file

@ -482,7 +482,7 @@ Example data object:
}); });
} }
}).then((msg) => { }).then((msg) => {
if (msg.channel.type === Discord.ChannelType.GuildAnnouncement) msg.crosspost(); // if (msg.channel.type === Discord.ChannelType.GuildAnnouncement) msg.crosspost();
}) })
} }
sendMessage() sendMessage()