logging: noop errors
This commit is contained in:
parent
3ef01779be
commit
17a8eaedc4
1 changed files with 11 additions and 9 deletions
|
@ -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(() => {});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue