-
Notifications
You must be signed in to change notification settings - Fork 195
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
Comments
I will double check the message receiving event. But as far as I know, API v9 is not affected |
if you need to receive messages at large servers, you need to ping selfbot |
@aiko-chan-ai hi Im facing the same problem what does it mean to ping selfbot on large servers? |
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. |
Fixed |
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?
The text was updated successfully, but these errors were encountered: