Wuh
This commit is contained in:
parent
72da394fc3
commit
3884b89d3e
5
index.js
5
index.js
|
@ -413,11 +413,12 @@ client.on('guildMemberAdd', async (member) => { // We're just gonna always send
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
return client.invites[invite.code] = invite.uses
|
client.invites[invite.code] = invite.uses
|
||||||
|
isInv = true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})();
|
})();
|
||||||
|
if (isInv) return;
|
||||||
channel.send({
|
channel.send({
|
||||||
embeds: [{
|
embeds: [{
|
||||||
color: 0x00ff00,
|
color: 0x00ff00,
|
||||||
|
|
Loading…
Reference in a new issue