i need help regards adding bots (dev) : r/discordapp - Reddit
www.reddit.com
In order to activate that "add app" button for your discord bot, you need to go to the Discord Developer Portal -> Select your bot -> On the sidebar, select "Installation" and on "Install Link" be sure to select "Discord Provided Link" from the dropdown menu. Then below, at "Default Install Settings", select your scopes & permissions that the bot needs.
How to add someone as a developer to a discord bot
stackoverflow.com
Put the bot into a team, click Teams on the left side of the Discord Developer Page or click here. Click 'New Team', give it a name then invite team member, invite your friend. Then you wanna go to your bots application page, scroll down a little if you need to and click 'Transfer App to Team' select your team with your friend in and if necessary enter your 2fa code.
Discord - How to give my bot permissions. [Javascript]
stackoverflow.com
You cannot assign permissions to a bot in the guild. They must be willingly given to the bot through the invite scopes of the person who invited it. And yes, the permissions will give the bot a role in the server, so it can define if you can do something to a user with a higher role. Im assuming you did these if you already have your bot on a server, but ill explain. You go to the OAuth2 URL ...
Discord Developer Portal - Application Title Validation Error : r ...
www.reddit.com
Hi everyone, I was wondering why I can't use ":" in app names in discord developer portal. It worked, a while ago, I have more than 3 applications with a colon in their names but now it seems like it isn't allowed anymore. Is there any way to bypass it? Thanks!
Issue with Discord OAuth2 redirect_uri component - Stack Overflow
stackoverflow.com
I got this issue today and after debugging a while around, I found what I was doing wrong. While I registered my application on Discord, it asked me for a redirect_uri which we need to specify so that Discord can only allow those urls to redirect from the login page. But after fiddling a while on my project I changed the redirect url from node, which didn't match with what I already specified ...
How do I remove my discord bot from all servers its in? - Reddit
www.reddit.com
How do I remove my discord bot from all servers its in? I made a mistake and put my bot on a server with all my friends in which I wanted it to be in only, but forgot to disable the public invite and now many of them have added it to private servers. How can I remove the bot from all servers?
async await - Discord Bot Basic Example Fails due to ...
stackoverflow.com
At first I thought maybe the privlages in discord's dev portal of my bot might need to be higher, so I set it to admin because that would get all privs ... but I get the same message. Any insights or suggestions would be much appreciated! At first I thought maybe the privlages in discord's dev portal of my bot might need to be higher, so I set it to admin because that would get all privs ...
oauth 2.0 - Discord OAuth2 redirect URI how-to - Stack Overflow
stackoverflow.com
3 I'm trying to make a discord bot (with the bot tag) that can join other servers. I will be able to do this, if I can set up a redirect URI for it. I already have the bot account set up, and it already functions with it (except for joining servers). I was wondering how to set up a redirect URI for discord OAuth2?