Discord Developments suggest
To add a page that show every guild Bot is in and make it can control bot to leave the guild
-
This can be extremely useful for removing bots from guilds you don't want it to be in, instead of making an entire blacklist system, and then again you also need the guild ID for that.
It can be used for developers that want to remove their bots from communities that may infringe on Discord's TOS, or maybe some other reason.
I would really like to see this feature in action!
0 -
This is completely impractical for any decent sized bot, and can easily be achieved by yourself if your bot is small enough to actually be practically used with something like this
0 -
I was trying the same and getting the issues can you tell me some suggestions if any have thanks in advance.
0 -
What if your bot is part of over 2M servers and makes use of sharding? Telling it to leave a single server could literally take weeks to scroll through and find a listed server in the Developer portal. This kind of functionality belongs in the bot's programmed functionality itself. It's easy enough to program the bot to list all the guilds it is in, and to even issue the guild.leave() method on a matching guild.
Personally, whether you build a website interface for your bot or just merely control it via messages, it's not difficult at all to program a command that takes 2 arguments for leaving a guild - the guild ID and a boolean for whether or not to blacklist that server from re-inviting your bot again (obviously, you'll have to store a list of server IDs that you blacklist, and on every event listener you will have to call your blacklist function to see if the guild.id is in your blacklist, then you can just return guild.leave() to both break out of any further execution of that event handler while simultaneously leaving the blacklisted guild).
0 -
The most effective place to share your feature request and ideas for improving Discord is at The Discord team regularly review the ideas and incorporate them into future product planning and discussions. Make sure to vote on your favorite features.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
5 Kommentare