mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
aa
This commit is contained in:
@@ -2025,7 +2025,7 @@ async def wyszukaj_linki_do_dokumentow(ctx):
|
||||
logger.info(url)
|
||||
temp_label = str(resulttab[i])
|
||||
temp_label = temp_label.strip("[']")
|
||||
result_view.add_item(discord.ui.Button(label = str(temp_label[0:80], row = i+1,url=url))
|
||||
result_view.add_item(discord.ui.Button(label = str(temp_label[0:79], row = i+1,url=url))
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user