utility.presence: fix no text custom status
This commit is contained in:
parent
5e2379919c
commit
1a4bc75bd0
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ presence.callback = async function (msg, line) {
|
||||||
}
|
}
|
||||||
|
|
||||||
embeds.push({
|
embeds.push({
|
||||||
title: `${emote} ${activity.state}`,
|
title: `${emote} ${activity.state ?? ""}`,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
const embed = {
|
const embed = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue