utility.presence: zwsp empty custom statuses
This commit is contained in:
parent
17e59b8c52
commit
a3f782e941
1 changed files with 1 additions and 1 deletions
|
@ -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 ?? ""}`;
|
||||
|
|
Loading…
Reference in a new issue