From 1a4bc75bd047647291c35e4acdddcb072165c2e8 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Mon, 10 Oct 2022 19:46:09 -0600 Subject: [PATCH] utility.presence: fix no text custom status --- src/modules/utility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/utility.js b/src/modules/utility.js index 2919d2f..f523a9e 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -739,7 +739,7 @@ presence.callback = async function (msg, line) { } embeds.push({ - title: `${emote} ${activity.state}`, + title: `${emote} ${activity.state ?? ""}`, }); } else { const embed = {