mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 15:22:10 +00:00
as
This commit is contained in:
@@ -2006,7 +2006,7 @@ async def wyszukaj_linki_do_dokumentow(ctx):
|
||||
for i in range(0,4):
|
||||
query = quote_plus(resulttab[i])
|
||||
url = f'https://www.google.com/search?q={query}'
|
||||
result_view.add_item(discord.ui.Button(label = resulttab[i], row = i),url=url)
|
||||
result_view.add_item(discord.ui.Button(label = resulttab[i], row = i,url=url))
|
||||
await ctx.send("This is a button!", view=result_view) # Send a message with our View class that contains the button
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user