clean slate, birthday fix
This commit is contained in:
@@ -54,7 +54,7 @@ module.exports = {
|
||||
console.error(`Failed to add birthday role to ${member.user.tag}:`, err)
|
||||
);
|
||||
console.log(`Added birthday role to ${member.user.tag}`);
|
||||
//client.emit('Birthday', member);
|
||||
client.emit('Birthday', member);
|
||||
} else {
|
||||
// Default fallback: remove birthday role if present
|
||||
if (member.roles.cache.has(birthdayRoleID)) {
|
||||
|
||||
Reference in New Issue
Block a user