From 10a8765c861d38b0823c17a9f15d6300a6663fb5 Mon Sep 17 00:00:00 2001 From: Migatu Date: Mon, 1 Apr 2024 20:38:34 +0200 Subject: [PATCH] aa --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index b2a9da9..41967c4 100644 --- a/bot.py +++ b/bot.py @@ -1976,7 +1976,7 @@ class DoSearchView(discord.ui.View): logger.info("Pressed") logger.info(button) logger.info(interaction) - await interaction.response.send_message("You clicked the button!") # Send a message when the button is clicked + await interaction.response.edit_message(content = "You clicked the button!") # Send a message when the button is clicked @client.hybrid_command( name="wyszukaj_linki_do_dokumentow",