Joãozinho
Joãozinho
DIAdiscord.js - Imagine an app
Created by Joãozinho on 10/8/2023 in #djs-questions
It always says undefined, can you help me?
@duck
8 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 10/8/2023 in #djs-questions
It always says undefined, can you help me?
No description
8 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 10/8/2023 in #djs-questions
It always says undefined, can you help me?
How can I pull how many people are on that server?
8 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 10/8/2023 in #djs-questions
It always says undefined, can you help me?
the membercount
8 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 9/8/2023 in #djs-questions
how can I do this? and dps he answer
No description
6 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 9/7/2023 in #djs-questions
What could be the error it is not collecting my reaction is not even printing the user.id
as time goes by it returns Collected 0 items even if I react
6 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/29/2023 in #djs-questions
what am I doing wrong?
not set 'aaa'
13 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/29/2023 in #djs-questions
what am I doing wrong?
No description
13 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/29/2023 in #djs-questions
what am I doing wrong?
but I didn't change any, it didn't deviate from an error due to the rate
13 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/29/2023 in #djs-questions
what am I doing wrong?
I just created the channel
13 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/29/2023 in #djs-questions
what am I doing wrong?
I haven't changed it once, the channel is new, it doesn't give me an error or anything
13 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/29/2023 in #djs-questions
what am I doing wrong?
it does not change the channel name
13 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/20/2023 in #djs-questions
How can I pull which invite the user used to join the discord
I tried to do it like this, but it's never pulling code right, do you know how I can do it?
9 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/20/2023 in #djs-questions
How can I pull which invite the user used to join the discord
const guild = member.guild;
const invites = await guild.invites.fetch();

const usedInvite = invites.find(invite => {
const before = member.client.invites.get(invite.code);
return (!before || before.uses < invite.uses);
});


if (usedInvite) {
console.log(`Membro ${member.user.tag} entrou pelo convite ${usedInvite.code} criado por ${usedInvite.inviter.tag}`);
member.client.invites.set(usedInvite.code, usedInvite);
}
const guild = member.guild;
const invites = await guild.invites.fetch();

const usedInvite = invites.find(invite => {
const before = member.client.invites.get(invite.code);
return (!before || before.uses < invite.uses);
});


if (usedInvite) {
console.log(`Membro ${member.user.tag} entrou pelo convite ${usedInvite.code} criado por ${usedInvite.inviter.tag}`);
member.client.invites.set(usedInvite.code, usedInvite);
}
9 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/15/2023 in #djs-questions
I'm trying to create a collector but it doesn't work
@wolvinny🌈
42 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/15/2023 in #djs-questions
I'm trying to create a collector but it doesn't work
the collector returned this, but when I react it does not return anything
42 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/15/2023 in #djs-questions
I'm trying to create a collector but it doesn't work
No description
42 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 8/15/2023 in #djs-questions
I'm trying to create a collector but it doesn't work
No description
42 replies