Removed member message from the level-up card

This commit is contained in:
ION606
2022-12-26 15:22:50 -08:00
parent 914dc7ece4
commit 697b1c0c76
+1 -1
View File
@@ -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);