diff --git a/src/modules/utility/presence.js b/src/modules/utility/presence.js index e8a8eae..8b95fbd 100644 --- a/src/modules/utility/presence.js +++ b/src/modules/utility/presence.js @@ -357,7 +357,7 @@ presence.callback = async function (msg, line) { const finalComponents = [{type: 10, content: `Presence for **${formatUsername(target)}**: ${icons.join(" ")}`}]; if (components.length > 0) { - const card = {type: 17, components: [], accent_color: getTopColor(msg, target)}; + const card = {type: 17, components: [], accent_color: getTopColor(msg, target.id)}; for (const [index, component] of components.entries()) { if (Array.isArray(component)) {