Skip to content

MessageCreate event doesn't emit in large discord server. #72

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

Closed
TrashUwU opened this issue Apr 28, 2022 · 5 comments
Closed

MessageCreate event doesn't emit in large discord server. #72

TrashUwU opened this issue Apr 28, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@TrashUwU
Copy link

I have tried logging messages of general chat in ChillZone Discord server, but the selfbot doesn't receive messages sent in that server. Invite link: https://discord.gg/chill

But the message create event works in other small servers. And, will selfbots still receive messages after discord enforces message intent?

@aiko-chan-ai
Copy link
Owner

I have tried logging messages of general chat in ChillZone Discord server, but the selfbot doesn't receive messages sent in that server. Invite link: https://discord.gg/chill

But the message create event works in other small servers. And, will selfbots still receive messages after discord enforces message intent?

I will double check the message receiving event. But as far as I know, API v9 is not affected

@aiko-chan-ai
Copy link
Owner

if you need to receive messages at large servers, you need to ping selfbot

@aiko-chan-ai aiko-chan-ai added the bug Something isn't working label Apr 28, 2022
@luckyapy
Copy link

@aiko-chan-ai hi Im facing the same problem

what does it mean to ping selfbot on large servers?

@ghost
Copy link

ghost commented May 10, 2022

selfbots won't be affected by the bot messages intent, because the official client never sends any intents. only bot users.

selfbots will always receive messages unless you did something wrong

for larger servers, you need to subscribe to their message events. i don't know if that's possible with this library at the moment, though.

aiko-chan-ai added a commit that referenced this issue Jun 5, 2022
fix: ClientUser.notes return empty Collection
fix: Recieve messages from large servers #72
feat: checkUpdate return Debug event (not console.log)
feat: RelationshipAdd event, param type return RelationshipTypes
feat: online status when login
feat: fix documents
@aiko-chan-ai
Copy link
Owner

Fixed

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
None yet
Development

No branches or pull requests

3 participants