Im trying to send a dm on join im using discord.py==2.3.2
It does not send a dm i was using my alt which has never joined the server
Discord.py, after 30 minutes have passed since sending a message, I’m unable to edit it
After sending a message using interaction in discord.py, I’m attempting to use buttons to edit it. Editing is possible roughly up to 30 minutes after sending the message, but after that, I encounter the error ‘discord.errors.HTTPException: 401 Unauthorized (error code: 50027): Invalid Webhook Token’ and cannot edit the message. How can I continue to edit the message after this point?
How would I ban a user in every server my bot is in Discord.py?
How would I ban a user in every server my bot is in Discord.py? I would guess it consists of a for loop or something.
Discord.py complaining about an argument not being there when it is
I get an error about ctx not being an argument, but its added in the async def example(ctx)
thing.
Can anyone use @tasks.loop with “time” parameter? (discord.py)
@tasks.loop() didn’t work.
Double-up commands when syncing to guild and globally
I am syncing to my testing server guilds as well as globally but this make two commands that do the same thing show up on discord. Image of two commands
how do i separate discord.py slash commands into seperate .py files
ive got some discord bots that are through the discord.py that use slash commands, they generally follow this theme:
Phyton , Developing bot on discord [closed]
Closed 32 secs ago.
discord.py – ui.Modal.children have empty string values after submit
I’m writing a Discord bot to create and manage polls for a server I’m a part of, using the discord.py wrapper. I implemented a basic slash command to generate a poll that takes an optional integer to set the number of options to vote from (default value is 2):
discord.py – how to use a slash command as a reply to a message?
I wanted to create a function to translate messages that the user responds to with /translate, but I wanted the bot’s response to be in ephemeral mode, this is only possible with slash commanda