From 3a80be263767d71eb2ab2bd99cdad5287b156515 Mon Sep 17 00:00:00 2001 From: insert Date: Fri, 9 Aug 2024 09:33:01 -0400 Subject: [PATCH] update --- rolebuttons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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