logging: forgot inline

This commit is contained in:
Cynthia Foxwell 2025-04-24 14:05:16 -06:00
parent 70758af75c
commit 76bc5ad956
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -163,10 +163,12 @@ events.add("guildAuditLogEntryCreate", "logging", async function (entry) {
addAndRemove && {
name: "Added",
value: added.map((role) => `<@&${role.id}> (${role.name})`).join("\n"),
inline: true,
},
addAndRemove && {
name: "Removed",
value: removed.map((role) => `<@&${role.id}> (${role.name})`).join("\n"),
inline: true,
},
].filter((x) => !!x),
footer: {