Discord.py: Making a Discord bot (Part 9: Custom Help Command)

Discord.py: Making a Discord bot (Part 9: Custom Help Command)

Lucas

6 лет назад

68,479 Просмотров

In this video, we learn how to create a custom help command.

I will probably start making vids using discord voice soon.

Join here: https://discord.gg/4Fy88WN

If you have suggestions for future video topics, leave it in the comments below.

#DiscordBot

Тэги:

#discord #python #programming #bot #discord_bot #youtube #tutorial #part_9 #custom_help_command #custom_help #help_command #custom #help #command
Ссылки и html тэги не поддерживаются


Комментарии:

No Name
No Name - 18.06.2022 14:27

Now the Russian-speaking discord servers is a bastard habitat.discord server does not play any role.only from the occupancy of the bastard himself..

Ответить
Abilmansur Inkarbay
Abilmansur Inkarbay - 06.06.2022 13:41

programm is running, but command’s doesn’t work, why?

Ответить
ScrapBlox
ScrapBlox - 21.08.2021 04:58

Remove default help command by putting
client.remove_command("help")

Make your new help command named "help"
With aliases Help

This is how I did it in discord py rewrite

Ответить
Prime
Prime - 21.07.2021 22:49

Is it a way to make it so it doesnt send the help list in dms, but as a message only the player who typed it can see it

Ответить
SouProds
SouProds - 22.06.2021 21:15

Thank You!

Ответить
Kian D. Collera
Kian D. Collera - 03.04.2021 06:18

Is it just me or i am getting this error: await ctx.send(embed=embed)
IndentationError: unexpected indent

Ответить
kai Longwei
kai Longwei - 21.12.2020 03:22

really helped, thank you

Ответить
mikoq4
mikoq4 - 13.12.2020 23:43

don't working

Ответить
Denic
Denic - 13.12.2020 02:16

How can i make a list of it?

Ответить
bozoboys
bozoboys - 09.11.2020 16:42

Hello! I want to make my bot add spaces to commands for example, help fun, or help animals. Can you make that happen please?

Ответить
Koton Bads
Koton Bads - 28.10.2020 13:57

btw, this actually still works on rewrite




not the sending methods lol, just the embed works

Ответить
BlueBlox
BlueBlox - 26.10.2020 02:56

i have errors on mine boi

Ответить
HardCure
HardCure - 09.08.2020 03:24

anyone who is still doing it instead of

"@client.command(pass_context=True)" replace it with
"@bot.command(pass_context=True)"

and the new command for
"await client.send_message(author, embed=embed)"
is "await author.send(embed=embed)"

Ответить
denamolio
denamolio - 16.06.2020 18:28

help plz. y does this not work?
help_message = (
colour = discord.Colour.orange()

)

Ответить
jay yang
jay yang - 15.06.2020 01:21

this is outdated guys

Ответить
jay yang
jay yang - 15.06.2020 01:18

when i do .help i do not get a pm i get a list of commands in discord main chat

Ответить