@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)