Untitled
Anonymous
python
06/09/2024 1:41 AM
396 B
13
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