About 29,800 results
Open links in new tab
  1. 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, 5 months ago Viewed 3k times

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

    Aug 23, 2018 · 0 As we know, every discord bot has nitro privileges when it comes to using emotes. So a bot can access any emoji for all servers it has been added to. What I do is make an API converter …

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

    Oct 16, 2020 · How do I make my Discord Bot active? When I close my vs code and command prompt, and I do the command in discord, it's not responding anymore. My Discord Bot is showing online but …

  4. Discord Bot to trigger other bots actions - Stack Overflow

    Jun 28, 2019 · I want to make use of other bots by triggering their actions via my own bot. Basicly somthing like : !dothis .. which triggers my own bot command , then my bot outputs a message like …

  5. 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-name:emoji-id> If …

  6. node.js - How do I make the bot give itself its own role when it joins ...

    Jul 28, 2021 · When a server administrator is adding your bot to a server, they need to specify the permissions your bot will receive. Discord will then automatically create this role and assign it to the …

  7. python - Self bot join server (discord,py) - Stack Overflow

    Mar 20, 2021 · Im trying to make my self bot join a server. I know that self bots are against Discord TOS but I want to learn something new. This is the command I tried: @client.command () async def join …

  8. Is there a way to make a discord bot customize an image?

    Apr 3, 2021 · Basically what I want to do is create a discord bot (with discord.js) that is capable of customizing an image that I'll provide. I want it to receive a command with some information, like …

  9. How do I make a discord bot that will automatically join a Discord ...

    May 15, 2021 · How do I make a discord bot that will automatically join a Discord voice call when it goes online? Asked 4 years, 7 months ago Modified 4 years, 7 months ago Viewed 9k times

  10. python - Is there a way to hide a slash command from everyone except ...

    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 select your …