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

bug: If you restart revolt bot and someone leaves the server: serverMemberLeave event is not triggered. #75

Closed
BoQsc opened this issue May 1, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@BoQsc
Copy link

BoQsc commented May 1, 2023

What happened?

After a restart of revolt bot, IF the member is in the server the serverMemberLeave event does not respond when member leaves.

Example:

client.on("serverMemberLeave", async (member) => {
	console.log("left");
	 
});
@BoQsc BoQsc added the bug Something isn't working label May 1, 2023
@insertish
Copy link
Member

Intended behaviour, either:

@insertish insertish closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants