diff --git a/src/modules/logging.js b/src/modules/logging.js index 0db2201..6fb055a 100644 --- a/src/modules/logging.js +++ b/src/modules/logging.js @@ -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: {