mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-16 23:02:10 +00:00
sasa
This commit is contained in:
@@ -2016,7 +2016,7 @@ async def wyszukaj_linki_do_dokumentow(ctx):
|
|||||||
name = discord.ui.TextInput(label='Name', row=2)
|
name = discord.ui.TextInput(label='Name', row=2)
|
||||||
|
|
||||||
result_view.add_item(name)
|
result_view.add_item(name)
|
||||||
result_view.add_item(discord.ui.Button(label = resulttab[i-1], row = i,url=url))
|
#result_view.add_item(discord.ui.Button(label = resulttab[i-1], 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
|
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