From 00ef92be1f4a0a8e22b22441c13c16f3354165ae Mon Sep 17 00:00:00 2001 From: Migatu Date: Tue, 2 Apr 2024 14:15:27 +0200 Subject: [PATCH] sdae --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index b48f853..6d4cab5 100644 --- a/bot.py +++ b/bot.py @@ -2024,7 +2024,7 @@ async def wyszukaj_linki_do_dokumentow(ctx): print(i) url = quote_plus(resultlink[i-1]) result_view.add_item(discord.ui.Button(label = resulttab[i-1], row = i,url=url)) - labelka = "Wyniki wyszukiwania dla: " + str(query)[30:] # ile znaleziono artykułów w ogóle, ile zostało po refine + labelka = "Wyniki wyszukiwania dla: " + str(query)[30:] # ile znaleziono artykułów w ogóle, ile zostało po refine await ctx.send(labelka, view=result_view) # Send a message with our View class that contains the button