I got getting all commands working, but I cant figure out how I can sort them like:
Images:
avatar <user> > get someones avatar
etc.
Text:
clap <text> > generate text with clapping emojis
etc.
heres what i have right now:
@bot.command(usage="test [command]", description="get help")
async def test2(ctx, args=None):
dude = ''
if args is None:
for i,x in enumerate(bot.commands):
dude += (f'{PREFIX}{x.usage} ? {x.description}
')
await ctx.send(f'```{dude}```')
I tried making them as groups but then realized i would have to use them with image avatar @peter