mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-15 22:32:10 +00:00
aa
This commit is contained in:
@@ -1967,13 +1967,12 @@ class DoSearchView(discord.ui.View):
|
|||||||
await interaction.response.send_message("You clicked the button!") # Send a message when the button is clicked
|
await interaction.response.send_message("You clicked the button!") # Send a message when the button is clicked
|
||||||
|
|
||||||
@client.hybrid_command(
|
@client.hybrid_command(
|
||||||
name="znajdz_linki_do_dokumentow",
|
name="wyszukaj_linki_do_dokumentow",
|
||||||
description="Szuka linkow doi w bazie crossref i podaje linki do scihuba",
|
description="Szuka linkow doi w bazie crossref i podaje linki do scihuba",
|
||||||
guild=discord.Object(id=664789470779932693),
|
guild=discord.Object(id=664789470779932693),
|
||||||
)
|
)
|
||||||
async def parametry_muzyki_mego_ludu(
|
async def wyszukaj_linki_do_dokumentow(ctx):
|
||||||
ctx, ile_historii=1500, ile_slow_kluczowych=15, jak_dluga_plejlista=30
|
await ctx.respond("This is a button!", view=DoSearchView()) # Send a message with our View class that contains the button
|
||||||
):
|
|
||||||
|
|
||||||
|
|
||||||
# *================================== Run
|
# *================================== Run
|
||||||
|
|||||||
Reference in New Issue
Block a user