diff --git a/rolebuttons.py b/rolebuttons.py index f24b96b..382d350 100644 --- a/rolebuttons.py +++ b/rolebuttons.py @@ -21,7 +21,7 @@ class RoleView(nextcord.ui.View): await interaction.response.send_message(f"user requested role {button.custom_id}", ephemeral=True) return -class speechbubble(commands.Cog): +class rolebutton(commands.Cog): def __init__(self, bot: commands.Bot): self.bot = bot @@ -36,4 +36,4 @@ class speechbubble(commands.Cog): await interaction.response.send_modal(view=RoleView(self.bot)) def setup(bot: commands.Bot): - bot.add_cog(rolebuttons(bot)) \ No newline at end of file + bot.add_cog(rolebutton(bot)) \ No newline at end of file