diff --git a/bot.py b/bot.py index be096ec..21a7f97 100755 --- a/bot.py +++ b/bot.py @@ -48,7 +48,7 @@ class Confirm(disnake.ui.View): @disnake.ui.button(label="Trahir", style=disnake.ButtonStyle.red) async def cancel(self, button: disnake.ui.Button, interaction: disnake.MessageInteraction): self.clear_items() - await interaction.response.edit_message("Vous avez trahi.", view=self) + await interaction.response.edit_message(content="Vous avez trahi.", view=self) self.stop()