About 428,000 results
Open links in new tab
  1. 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.

  2. python - Color codes for discord.py - Stack Overflow

    Sep 6, 2020 · I found it a bit difficult and annoying to change colors in discord.py (embed color for instance). I made a class for the different color codes to use in discord.py which can be …

  3. Discord.py: Using Variable As Discord Embed color

    Dec 22, 2020 · Discord.py: Using Variable As Discord Embed color Asked 4 years, 11 months ago Modified 4 years, 11 months ago Viewed 14k times

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

    May 27, 2021 · I was wondering after seeing this (message components) on discord's API reference if there was any way to implement it using python ? I tried making a json array and …

  5. python - How to send files using discord.py? - Stack Overflow

    May 7, 2023 · How do I send files using discord.py? Here is my code: import discord from discord import app_commands from discord.ext import commands import random TOKEN = …

  6. How to add buttons to an embed in discord.py - Stack Overflow

    Oct 31, 2021 · How to add buttons to an embed in discord.py Asked 4 years, 1 month ago Modified 1 year, 8 months ago Viewed 19k times

  7. How to sync slash command globally discord.py - Stack Overflow

    Nov 12, 2022 · I want to sync all slash commands with all guilds in discord.py My code import discord from discord import app_commands from discord.ext import commands intents = …

  8. Discord.py - Interaction with multiple buttons - Stack Overflow

    Jun 28, 2022 · I've created a command with buttons for my Discord bot. With the current code below, the interaction with the blue button (button1) works fine. Interaction for the green button …

  9. How do I send a DM (direct message) using discord.py to anyone I …

    How do I send a DM (direct message) using discord.py to anyone I want through a command? Asked 6 years, 4 months ago Modified 1 year, 2 months ago Viewed 41k times

  10. How to give an option a description slash commands discord.py

    Jul 27, 2022 · How to give an option a description slash commands discord.py Asked 3 years, 4 months ago Modified 3 years, 4 months ago Viewed 15k times