aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
751 stars 160 forks source link

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

Closed TrashUwU closed 2 years ago

TrashUwU commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

luckyapy commented 2 years ago

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

what does it mean to ping selfbot on large servers?

ghost commented 2 years ago

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 commented 2 years ago

Fixed