From f063235839907dfc4a726a08371785ea44202dbd Mon Sep 17 00:00:00 2001 From: Migatu Date: Mon, 1 Apr 2024 13:15:46 +0200 Subject: [PATCH] aa --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index cb037a5..7d5020e 100644 --- a/bot.py +++ b/bot.py @@ -1972,7 +1972,7 @@ class DoSearchView(discord.ui.View): guild=discord.Object(id=664789470779932693), ) async def wyszukaj_linki_do_dokumentow(ctx): - await ctx.respond("This is a button!", view=DoSearchView()) # Send a message with our View class that contains the button + await ctx.send("This is a button!", view=DoSearchView()) # Send a message with our View class that contains the button # *================================== Run