
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.
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 = …
Difference between discord.py and discord.py [voice]
Sep 21, 2020 · Discord.py[voice] is the discord.py with voice support, it may be needed when you're working on a music bot. And, discord.py is the basic, you know, discord bot …
python - How install discord.py library - Stack Overflow
How install discord.py library [duplicate] Asked 5 years, 9 months ago Modified 5 years, 4 months ago Viewed 3k times
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
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, 9 months ago Viewed 19k times
discord.py - How to get an access token to read messages on …
Dec 1, 2022 · Not sure how you do that in Discord.py, but you need to enable intents because that's required when reading messages and the content of these messages. Also, when you …
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 …
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 …
How to get user's info only using user's ID? discord.py
So far I just wanted to get user's info using their discord ID, I know I can use discord.Member instead, but I want to do it with their ID and do like k!userinfo 326024842765664257 Is there …