Is There Any Way To Have A Discord Bot Join A Server With Accept_invite Or Anything Like That?
Note: I'm using discord.py 0.16.12 I am wondering if there's any way to have a bot join a server within the code. Like there's a command that would be like: @client.command(pass_c
Solution 1:
Bots cannot accept invites or join servers/guilds any other way than being manually invited. A user with manager server permissions must authorize the bot and the permissions said bot will be granted upon joining.
You can generate an invite link here
Solution 2:
Well, nice try but if this command was avaible for bots I would add my bot to even biggest server of discord. You have to use user token for the token.
Post a Comment for "Is There Any Way To Have A Discord Bot Join A Server With Accept_invite Or Anything Like That?"