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,7 +43,8 @@ events.add("guildUpdate", "logging", async function (guild, oldGuild) {
diff += "```"; diff += "```";
channel.createMessage({ channel
.createMessage({
embeds: [ embeds: [
{ {
color: COLOR_CHANGED, color: COLOR_CHANGED,
@ -51,5 +52,6 @@ events.add("guildUpdate", "logging", async function (guild, oldGuild) {
content: diff, content: diff,
}, },
], ],
}); })
.catch(() => {});
}); });