From 6dcddd50112b97726e9ed1e55c41c939d3d18699 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 1 May 2025 21:40:40 -0600 Subject: [PATCH] presence: forgot header --- src/modules/utility/presence.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/utility/presence.js b/src/modules/utility/presence.js index 8b95fbd..e3d1612 100644 --- a/src/modules/utility/presence.js +++ b/src/modules/utility/presence.js @@ -175,7 +175,7 @@ presence.callback = async function (msg, line) { embeds.push(embed);*/ } else { const comp = []; - comp.push({type: 10, content: `${ActivityTypeNames[activity.type]} **${activity.name}**`}); + comp.push({type: 10, content: `### ${ActivityTypeNames[activity.type]} ${activity.name}`}); const descLines = []; if (activity.type == 2) {