Update
This commit is contained in:
parent
84782d43a0
commit
9c1a7b072b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class RoleView(nextcord.ui.View):
|
|||
self.add_item(button)
|
||||
|
||||
async def buttoncallback(self, interaction: nextcord.Interaction) -> None:
|
||||
await interaction.response.send_message(f"user requested role {interaction.application_command.name}", ephemeral=True)
|
||||
await interaction.response.send_message(f"user requested role {str(interaction.data)}", ephemeral=True)
|
||||
return
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue