#the text is not edited

1 messages · Page 1 of 1 (latest)

past tapir
#

my code:

embedMarry = disnake.Embed(
            title="Создание пары",
            description=f"{участник.mention}, **согласны** ли вы всю жизнь **любить** всем сердцем, никогда **не врать**, "
                        f"никогда **не предавать** и просто **быть вместе** с {inter.author.mention}?",
            color=0x2b2d31
        )

        view = MarryButtons()
        msg = await inter.send(embed=embedMarry, view=view)


        await view.wait()
        if view.value:
            await msg.edit(f"{участник.mention} согласился")
        else:
            await msg.edit(f"{участник.mention} отказался")```

the text is not edited, it does not give any errors
lilac thorn
#

...

past tapir
past tapir
lilac thorn
#

The answer to this problem is the first message of that other thread.

lilac thorn