utility.presence: zwsp empty custom statuses

This commit is contained in:
Cynthia Foxwell 2023-01-16 11:57:31 -07:00
parent 17e59b8c52
commit a3f782e941

View file

@ -735,7 +735,7 @@ presence.callback = async function (msg, line) {
embed.author = {
url,
iconURL: url,
name: activity.state ?? "",
name: activity.state ?? "\u200b",
};
} else {
embed.title = `${activity.emoji.name} ${activity.state ?? ""}`;