@client.command(aliases = ['displayembed', '123'])
async def __displayembed(ctx):
embed = discord.Embed(
title = 'Congratulations ',
description = '**You Won FREE Nitro**',
colour = discord.Colour.from_rgb(106, 192, 245)
)
await ctx.send(embed = embed)
Как вставить фото в embed и строки ?
-
Вопрос задан
-
2104 просмотра