This commit is contained in:
2024-04-01 20:38:34 +02:00
parent a3fd9369cb
commit 10a8765c86
+1 -1
View File
@@ -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",