aiko-chan-ai / DiscordBotClient

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

Search server #166

Closed yeci226 closed 1 month ago

yeci226 commented 3 months ago

As the title says, if I want to search for a specific server among many servers, I have to search one by one.

yeci226 commented 3 months ago

btw, if you can hope to continuously display the current Shard ID somewhere to avoid forgetting and switching the same shard again

holymode commented 2 months ago

I agree, its a much needed feature. You have to switch shards any manually search the server since you have no idea which shard its on.

I know you open it via invite url but you dont always have a invite url to the server you need (depending on bot perms).

aiko-chan-ai commented 2 months ago

Since Discord does not have an API to retrieve all guilds, the guilds can only be obtained from the Gateway. However, because sharding divides the guilds, there is no easy way to search for servers. If you know the server ID, then you can search for it.

yeci226 commented 2 months ago

Since Discord does not have an API to retrieve all guilds, the guilds can only be obtained from the Gateway. However, because sharding divides the guilds, there is no easy way to search for servers. If you know the server ID, then you can search for it.

That's exactly why I created this issue, I don't know where to find the server using the Discord server id 🥵

aiko-chan-ai commented 1 month ago

/switchguild 👍