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