logging: noop errors

This commit is contained in:
Cynthia Foxwell 2025-04-23 19:03:40 -06:00
parent 3ef01779be
commit 17a8eaedc4
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -43,13 +43,15 @@ events.add("guildUpdate", "logging", async function (guild, oldGuild) {
diff += "```";
channel.createMessage({
embeds: [
{
color: COLOR_CHANGED,
title: "Features Updated",
content: diff,
},
],
});
channel
.createMessage({
embeds: [
{
color: COLOR_CHANGED,
title: "Features Updated",
content: diff,
},
],
})
.catch(() => {});
});