About 793,000 results
Open links in new tab
  1. oauth 2.0 - Discord OAuth2 redirect URI how-to - Stack Overflow

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

  2. How to make your Discord Bot always active - Stack Overflow

    Oct 16, 2020 · The bot needs a computer to keep running. When you are programming and testing your bot, it's your PC which is powering it. When you close your PC or stop the bot …

  3. Let discord bot interact with other bots - Stack Overflow

    Apr 23, 2023 · Let discord bot interact with other bots Asked 2 years, 8 months ago Modified 2 years, 4 months ago Viewed 3k times

  4. discord.py - How can we add a bot when we are not the owner of …

    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 …

  5. 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 …

  6. How to change activity of a discord.py bot? - Stack Overflow

    Dec 1, 2019 · I want to change the bot status from playing to watching. I've tried this but it's still playing status: import discord from discord.ext.commands import Bot from discord.ext import …

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

    Dec 23, 2022 · So pro tip: Don't use Brave when working with the discord application page on which you create the bot/bot user. Even if you disable shields, you might still not see the …

  8. python - Is there a way to hide a slash command from everyone …

    Aug 13, 2022 · Yes it is possible, but you have to do this on discord directly as the server owner. go to server settings -> integrations -> click on your bot (manage) Then in the "commands" tab …

  9. How can I change the PFP of my bot Discord - Stack Overflow

    Feb 18, 2024 · I'm trying to change the pfp of my bot by a gif like the pfp of the bot emoji.gg do asked teh question on the reddit r/discordapp and someone gave me the docs of the Discord …

  10. node.js - Discord Bot use slash command - Stack Overflow

    Apr 10, 2022 · Bots cannot use other bot's slash commands, as they're not able to send Application Command Interactions, only receive them. If the other bot still uses regular …