#How to make this embed
1 messages · Page 1 of 1 (latest)
create a discord.Embed object and assign values. The simplest one you could do is discord.Embed(description=f"*Current Nitro Tokens Stock:*...")
in ctx.respond, you then do embed=... where you put the embed variable.
You can see more examples for embeds at https://guide.pycord.dev/getting-started/more-features/#embeds