mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-16 06:42:10 +00:00
dd
This commit is contained in:
@@ -1962,8 +1962,9 @@ async def parametry_muzyki_mego_ludu(
|
|||||||
logger.info(exce)
|
logger.info(exce)
|
||||||
|
|
||||||
class DoSearchView(discord.ui.View):
|
class DoSearchView(discord.ui.View):
|
||||||
@discord.ui.button(label="Test", style=discord.ButtonStyle.danger, emoji=":The_Hammer:")
|
@discord.ui.button(label="Test", style=discord.ButtonStyle.danger, emoji=1102174413887111189)
|
||||||
async def button_callback(self, button, interaction):
|
async def button_callback(self, button, interaction):
|
||||||
|
|
||||||
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(
|
||||||
|
|||||||
Reference in New Issue
Block a user