About 166,000 results
Open links in new tab
  1. How can we add a bot when we are not the owner of the server?

    Apr 12, 2021 · To add a bot to a server you need to firstly have the "Manage Server" or "Administrator" permission in that server. Then head to the Discord Developer Portal > Your …

  2. python - Discord bot doesn't show up in server members, even …

    Dec 23, 2022 · I made a bot with discord.py and have already invited it to my own private server. It works on that one without issues and now I wanted to add it to another server on which I …

  3. Why is Discord Bot not being added to my server?

    Dec 30, 2023 · to my bot. The invite link seems to work alright except for the fact that I'm using a discord url as my redirect link but the bot does not appear in my server. Does anyone have …

  4. How do I add bots to a Discord server without permission?

    Apr 21, 2022 · I have a bot ready for work. I have a question that I want my bot to get in a server I do not own or the server for which I don't have admin permission? Is there any way that I can …

  5. oauth 2.0 - Discord OAuth2 redirect URI how-to - Stack Overflow

    Jun 4, 2016 · 5 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, …

  6. How to add a user to a guild automatically? - Stack Overflow

    Dec 31, 2019 · In Discord.js, adding a user to a server is possible, but only after following the OAuth2 process as described in the linked documentation. See Guild#addMember() to add a …

  7. How to make the bot send personalized emojis? - Stack Overflow

    Sep 2, 2020 · To find that, you must send the emote in discord with a backslash in front of it; essentially escaping the emoji. This will result in the emojis unique ID in this format: <:emoji …

  8. How do I make my discord.py bot use custom emoji?

    Aug 23, 2018 · 2 First you need to add the Emoji to YOUR (on a server where the bot has access) server. after adding you type in the Emoji name e.g -> ":myemoji:" and before the emoji you …

  9. python - How do I use the Discord OAuth2 guild.join scope to …

    May 2, 2023 · I have been making a Discord Application that uses the OAuth2 API from Discord to make a user join a server once they authorise my application - This is my code: from flask …

  10. Discord - How to give my bot permissions. [Javascript]

    May 8, 2018 · 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 …