After coding a bot in Discord.py, while generating an invite link, I've added all the scopes and I was able to go through and authorize the bot. Then, while inviting it to the server, it gives this page: enter image description here
There are scopes added on the Discord Developer Portal, so this error doesn't make sense.
The first time I did this without the redirect URL (which I am using: https://discord.com/oauth2/authorize), it did work, and I was able to invite it into a test server. Now, I am trying to add it into the main server and it requires me to use the redirect URL, and it does not work anymore.
Can someone explain what is happening with this error and/or explain how to fix it? Thanks!
You need to do:
I've never had any issues doing that to invite a bot to one of my servers. Shouldn't need a redirect URL either.