presence: forgot header

This commit is contained in:
Cynthia Foxwell 2025-05-01 21:40:40 -06:00
parent 1831f4d3db
commit 6dcddd5011
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -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) {