mirror of
https://github.com/cloudmaker97/Discord-Captcha-Verification.git
synced 2025-12-06 01:48:34 +00:00
Test
This commit is contained in:
parent
e4a3335185
commit
409133db8c
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ client.once(Events.ClientReady, readyClient => {
|
||||||
});
|
});
|
||||||
|
|
||||||
event.on('verification:success', (authenticationObject, internetProtocolAddress) => {
|
event.on('verification:success', (authenticationObject, internetProtocolAddress) => {
|
||||||
|
console.log(authenticationObject)
|
||||||
let guild = client.guilds.cache.get(authenticationObject.guildId);
|
let guild = client.guilds.cache.get(authenticationObject.guildId);
|
||||||
let member = guild.members.cache.get(authenticationObject.userId);
|
let member = guild.members.cache.get(authenticationObject.userId);
|
||||||
console.log(member)
|
console.log(member)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue