aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2022-12-04 11:12:57 +0100
committerGravatar shtlrs <[email protected]>2022-12-04 11:12:57 +0100
commita6fa4b1b7ce4dcff8c0ecfc4459df471ec97cde9 (patch)
tree0375106e2b5987e55f6c343fa689e94083a08be7
parentuse button decorator instead of subclassing discord.ui.Button (diff)
update custom id of the AllSelfAssignableRolesView's button
-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: