aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/info/subscribe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/subscribe.py b/bot/exts/info/subscribe.py
index 55ee3d855..8eeb852b8 100644
--- a/bot/exts/info/subscribe.py
+++ b/bot/exts/info/subscribe.py
@@ -167,7 +167,7 @@ class AllSelfAssignableRolesView(discord.ui.View):
@discord.ui.button(
style=discord.ButtonStyle.success,
label="Show all self assignable roles",
- custom_id="gotta-claim-them-all",
+ custom_id="toggle-available-roles-button",
row=1
)
async def show_all_self_assignable_roles(self, interaction: Interaction, button: discord.ui.Button) -> None: