P
P
Pavlosik2021-10-21 20:31:28
Bots
Pavlosik, 2021-10-21 20:31:28

How to make a panel for a bot in discord?

I want to make a panel for commands, that is, for example, I write help

And there it is 6171a3d6e595b248727412.jpeg
. Instead, my commands

are here:
@client.command()
async def help(ctx):
await ctx.send(
embed=discord.Embed(
description=f"**POWER GOD**",
color=discord.Color.red(),
)
)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question