mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-16 06:42:10 +00:00
aa
This commit is contained in:
@@ -2025,7 +2025,7 @@ async def wyszukaj_linki_do_dokumentow(ctx):
|
|||||||
logger.info(url)
|
logger.info(url)
|
||||||
temp_label = str(resulttab[i])
|
temp_label = str(resulttab[i])
|
||||||
temp_label = temp_label.strip("[']")
|
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
|
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
|
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