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 = {
|
embed.author = {
|
||||||
url,
|
url,
|
||||||
iconURL: url,
|
iconURL: url,
|
||||||
name: activity.state ?? "",
|
name: activity.state ?? "\u200b",
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
embed.title = `${activity.emoji.name} ${activity.state ?? ""}`;
|
embed.title = `${activity.emoji.name} ${activity.state ?? ""}`;
|
||||||
|
|
Loading…
Reference in a new issue