Untitled
unknown
python
9 months ago
297 B
3
Indexable
aclient = client() tree = app_commands.CommandTree(aclient) @tree.command() async def pix(ctx) embed = discord.Embed( title= "Informações Pix" description= "Chave Pix:COLOCAR_AQUI_O_PIX/nSempre adicione o valor informado pelo vendedor", color= 00000) await ctx.send(embed=embed)
Editor is loading...
Leave a Comment