Answer the question
In order to leave comments, you need to log in
I don't know where is the mistake? Because of her Embed is not sent?
I am doing an anime command, with a random word selection from the list, and then it turned out that Embed is not sent, help
Here is the code
@client.command(aliases=["anime","а","а"])
async def аниме(ctx):
text = choice(random_list)
emb = discord.Embed(title='Аниме',description= text, color=discord.Colour.gold())
emb.add_field(name='Вот ваше аниме', inline=False)
await ctx.send (embed = emb)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question