diff --git a/index.js b/index.js index 8db1200..ebc3b95 100644 --- a/index.js +++ b/index.js @@ -474,7 +474,7 @@ xmpp.on("stanza", (stanza) => { }).then((msg) => { if (msg.channel.type === Discord.ChannelType.GuildAnnouncement) msg.crosspost(); }).catch((err) => { - console.log(`${colors.orange("[WARN]")} Failed to send message to ${channel.guild.name}/${channel.name} (${channel.guild.id}/${channel.id}): ${err}`); + console.log(`${colors.yellow("[WARN]")} Failed to send message to ${channel.guild.name}/${channel.name} (${channel.guild.id}/${channel.id}): ${err}`); }); }); }).catch((err) => {