
How do I put discord.py help command in an embed?
Sep 27, 2020 · So, I currently have a discord bot running with discord.py, and as you know, discord.py comes with its own help command (so I don't have to make my own). It's very …
Discord.py - change the default help command - Stack Overflow
6 I'm trying to change the help command to use a pagination version of help. I understand that the following line of code removes the help command entirely: bot.remove_command('help') The …
How to remove or change the default help command?
Nov 7, 2021 · How do you remove or at least change the format of the default help command in discord.py? I think changing the format would be nice, I don't really like the format at all.
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.
Discord.py "The command is already an existing command or alias"
Jun 19, 2021 · Din't work out, this time the problem was the same, but with the command help "The command help is already an existing command or alias." Even if i change it's name to …
How to add description to parameters of command in discord.py?
Nov 3, 2022 · 2 Let's say that i have this command: @bot.command(description='command do some stuff') async def somecommand(ctx: commands.Context, arg1:str, arg2:str = "hello"): …
Newest 'discord' Questions - Stack Overflow
Nov 1, 2025 · I am trying to make a timeout command for my Discord bot, but I need help with parsing time. The command is supposed to go like +timeout @member 2d 3h 40m but it just …
discord.py rewrite/delete standard help command
Jan 12, 2021 · With the recent changes in discord.py-rewrite you do not need to delete the standard help command to create your own help command. To achieve what you want you will …
creating a help command for my discord bot - Stack Overflow
Mar 21, 2022 · I am trying to create a help page that lists all the commands for my discord bot... currently everything is coming through as Undefined within the discord and I am confused as …
Categories on help command for Discord bot - Stack Overflow
Apr 24, 2018 · Categories on help command for Discord bot Asked 7 years, 4 months ago Modified 2 years, 9 months ago Viewed 18k times