aiko-chan-ai / DiscordBotClient

A patched version of discord, with bot login & Vencord support
GNU General Public License v3.0
723 stars 46 forks source link

Add support for more than 100 servers #76

Closed RobbyV2 closed 11 months ago

RobbyV2 commented 11 months ago

Verified bots with proper intents can't access all of the servers due to the actual discord client blocking the user from viewing them all. Other issues mention that this is fixed, but as of version 2.4.1, for me I can't access more servers than the client allows for?

aiko-chan-ai commented 11 months ago

I tried with a bot with 600 servers, it's still normal (but I have shard support for bots with more than 2000 servers, see here)

RobbyV2 commented 11 months ago

Yup, that works thank you!