This commit is contained in:
insert 2024-08-09 10:46:29 -04:00
parent f0e5f7714d
commit 84782d43a0
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -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 {self.custom_id}", ephemeral=True)
await interaction.response.send_message(f"user requested role {interaction.application_command.name}", ephemeral=True)
return