
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.
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, 3 months ago Modified 1 year ago Viewed 40k times
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 …
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, 3 months ago Modified 3 years, 3 months ago Viewed 15k times
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 = …
I can't import discord in python - Stack Overflow
Jul 16, 2020 · I'd rather not use the python command. It's just points to the latest installed version and it doesn't even work on my pc. Use something like py -3.7 -m pip uninstall discord and py …
python - Discord.py: Get user object with id - Stack Overflow
Sep 6, 2020 · Discord.py: Get user object with id Asked 5 years, 2 months ago Modified 5 years, 1 month ago Viewed 19k times
python - Is there a way to hide a slash command from everyone …
Aug 13, 2022 · Is there a way to hide a slash command from everyone except some users - discord.py? Asked 3 years, 2 months ago Modified 2 years, 3 months ago Viewed 11k times
Discord.py app_command - Stack Overflow
May 28, 2023 · How I can solve this Discord.py app_command? I am trying to make a /react command using discord.py version 2.2.3. But I get this error: TypeError: unsupported type …
python - discord.py | play audio from url - Stack Overflow
Feb 9, 2021 · discord.py | play audio from url Asked 4 years, 8 months ago Modified 4 years ago Viewed 14k times