Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event X is not working #197

Open
aiko-chan-ai opened this issue Jul 10, 2022 · 5 comments
Open

Event X is not working #197

aiko-chan-ai opened this issue Jul 10, 2022 · 5 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@aiko-chan-ai
Copy link
Owner

aiko-chan-ai commented Jul 10, 2022

Which package has the bugs?

The core library

Issue description

Some problems with the event, I will list them here

Note
Discord does not send guildMemberAdd, guildMemberRemove, userUpdate and guildMemberUpdate events

If there is any more information, please let me know.

@aiko-chan-ai aiko-chan-ai added the bug Something isn't working label Jul 10, 2022
@aiko-chan-ai aiko-chan-ai pinned this issue Jul 10, 2022
@aiko-chan-ai aiko-chan-ai changed the title Event X Y Z not working ... Event not working ... Aug 27, 2022
@aiko-chan-ai
Copy link
Owner Author

This is NOT an ETA
image

@ajmeese7
Copy link

I'll add that the guildMemberAdd is not specific to large servers, with the following code I can't get the event to fire on a server with three users:

const { Client } = require("discord.js-selfbot-v13");
const client = new Client({});

client.on("ready", async () => {
  console.log(`${client.user.username} is ready!`);
});

// Listen for members joining the guild
client.on("guildMemberAdd", async (member) => {
  console.log("A user joined...");
});

client.login("token here");

@aiko-chan-ai
Copy link
Owner Author

@ajmeese7 i checked, it's true that the event is not received
Discord doesn't send guildMemberAdd and guildMemberRemove events

@aiko-chan-ai aiko-chan-ai added wontfix This will not be worked on and removed Announcement labels Dec 12, 2022
@aiko-chan-ai aiko-chan-ai changed the title Event not working ... Event X is not working Dec 12, 2022
@Triggered0
Copy link

@ajmeese7 i checked, it's true that the event is not received Discord doesn't send guildMemberAdd and guildMemberRemove events

guildMemberUpdate does not work too

@notsapinho
Copy link
Contributor

User Updates don't fire too, unless is the bot himself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants