aiko-chan-ai / DiscordBotClient

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

Only allows me to see a max of 100 servers #89

Closed Pikachubolk closed 8 months ago

aiko-chan-ai commented 9 months ago

58

Pikachubolk commented 9 months ago

but this only works if your shard has at least 100 servers if the bot has 1k servers per shard it excludes most

aiko-chan-ai commented 9 months ago

I had to limit the server load to avoid causing your pc to explode due to ram overflow (and per shard, I just set a limit of less than 200 guilds)

Pikachubolk commented 9 months ago

If that's that case how would you view the other servers, which are on that shard?

aiko-chan-ai commented 9 months ago

Just change shardid image

Pikachubolk commented 9 months ago

I though the shards we're the shards of my discord bot...

aiko-chan-ai commented 9 months ago

bc i divide each shard to have a maximum of 200 servers, the number of shards may be more than you think

Pikachubolk commented 9 months ago

also maybe a suggestion, but if you send for example a discord.gg invite link to the DM's of the bot you could maybe make it so if the bot is in that server that the bot will auto switch to the shard with that server and open the server, dunno if this is too much work, even tho I'm a js developer...

aiko-chan-ai commented 9 months ago

Complicated but I'll look into it

aiko-chan-ai commented 8 months ago

also maybe a suggestion, but if you send for example a discord.gg invite link to the DM's of the bot you could maybe make it so if the bot is in that server that the bot will auto switch to the shard with that server and open the server, dunno if this is too much work, even tho I'm a js developer...

https://github.com/aiko-chan-ai/DiscordBotClient/assets/71698422/e6dc66a6-08be-4ced-9136-6e7af4e30dd7

aiko-chan-ai commented 8 months ago

will be available in v3.2.1

Pikachubolk commented 8 months ago

Das cool 👍

aiko-chan-ai commented 8 months ago

you can build from source