From 697b1c0c761671eccc4ef6d7c964dc0b741e1e05 Mon Sep 17 00:00:00 2001 From: ION606 Date: Mon, 26 Dec 2022 15:22:50 -0800 Subject: [PATCH] Removed member message from the level-up card --- commands/admin/welcome.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/welcome.js b/commands/admin/welcome.js index 0587bab..0b99662 100644 --- a/commands/admin/welcome.js +++ b/commands/admin/welcome.js @@ -42,7 +42,7 @@ async function welcome(member, welcomeChannel, welcomemessage, welcomebanner, we const width = 1024; const height = 500; const usernameText = `${wmsg}`; - const memberCountText = `You are member ${member.guild.memberCount}`; + const memberCountText = (!isLvl) ? `You are member ${member.guild.memberCount}` : ""; var uSize = 55 - Math.round(wmsg.length/2);