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
How to get message of command used | discord.py
I need to create a button that will create a link to the discord message.
This is implemented in my code like this:
Get discord.py bot to leave voice channel if alone
I’ve been trying to get my music bot to leave a voice channel it’s in if it’s been alone for more than 5 seconds but can’t seem to get it to work. I’d appreciate any pointers toward the correct implementation.