Add a bot using a bot discord.js

Viewed 56

I wanted to know if it was possible if you could use a bot to add another bot to the current server. Of course the bot would need permissions in the server, but is it possible? Is there a certain code that could be used?

1 Answers

Discord Bots are similar to user accounts in quiet a lot of ways however, bots cannot add other bots to a server.

This is mainly due to security and the fact that Discord wants the server admins to have full control over the server.

Related