From 429349c8a69073a2c885d9711962706cbe93b980 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 7 Oct 2023 22:57:59 -0600 Subject: [PATCH] prettier moment --- 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 9106dc2..dbaeb0f 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -1566,7 +1566,7 @@ appinfo.callback = async function (msg, line) { embed.fields.push({ name: "Bot", value: - formatUsername(bot) + (bot.flags & (65535 != 0) ? " \u2713" : ""), + formatUsername(bot) + ((bot.flags & 65535) != 0 ? " \u2713" : ""), inline: false, }); } catch {