Untitled
unknown
python
2 years ago
297 B
7
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