Is it possible to block a given user so that he cannot add a bot?

Viewed 14

User e.g. 534525235343255235, wants to add a bot to his server, if he tries to add a bot, an error has occured

Is it possible to block the possibility of adding a bot by some user?

I do not mean blacklist servers or users, i.e. if blacklisted user adds a bot, the bot automatically exits the server

I want the blacklisted user not to be able to add a bot to any server at all

||Why did someone give a thumbs/vote down? XD||

1 Answers

You will not be able to do this via the discord dashboard, however you could do:

Listen to the guildCreate event, get the guild owner´s ID via <Guild>.ownerId, then check if it equals the ID of your nemesis. If so use the [<Guild>.leave()] function

Related