You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.debug(`Introduction message [${message.id}] is too short`);
29
32
awaitmessage.reply(
30
33
"👋 Great to have you here! Please introduce yourself with a message that's at least 2️⃣0️⃣ characters long and I will give you full access to the server.",
31
34
);
32
35
return;
33
36
}
34
37
35
38
try{
39
+
logger.debug(
40
+
`Introduction message [${message.id}] is valid. Removing the guest role...`,
0 commit comments