About 50 results
Open links in new tab
  1. python - Discord bot doesn't show up in server members, even though ...

    Dec 23, 2022 · 3 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 have mod …

  2. How do i make a working slash command in discord.py

    Feb 17, 2022 · I am trying to make a slash command with discord.py I have tried a lot of stuff it doesn't seem to be working. Help would be appreciated.

  3. how do i run this .py code for a discord bot? - Stack Overflow

    May 5, 2022 · 1 To use a discord bot you need to go through a lot of steps. Here is the things you need to do to be able to run this script of yours: Go to the application page on discord, and click the "New …

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

    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 Application > OAuth2 …

  5. Why is Discord Bot not being added to my server? - Stack Overflow

    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 any idea why this …

  6. 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 do this?

  7. discord.js - How do I add the "TRY MY COMMANDS" feature to my bot?

    Aug 23, 2022 · You can manually add this feature to your bot's description box using the command ID. How to retrieve the command ID: Go to Server Settings. Click on "Integrations". Look for your bot …

  8. How do I add commands to a class discord.py - Stack Overflow

    Mar 8, 2023 · For the last 2 years I have been using the discord.py class to write bots, but I wanted to make bots using a commands, but I want to stay on the class, tell me, is it possible to add …

  9. How to add a prefix discord.js - Stack Overflow

    Aug 30, 2020 · How to add a prefix discord.js Ask Question Asked 5 years, 6 months ago Modified 5 years, 6 months ago

  10. Add button components to a message (discord.py) - Stack Overflow

    May 27, 2021 · DiscordComponents(bot, change_discord_methods=True) (Make sure to replace bot with the name of your bot, the same one you use for @something.command()) To add a button to a …