aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-12 17:43:41 +0100
committerGravatar shtlrs <[email protected]>2023-03-12 17:43:41 +0100
commitca335ef87e32548b51eed4798aac96c8700a11e9 (patch)
treec7a769b7172ef6a47fa5d01c4d7291ed25deb2da
parentbring back the interaction_check (diff)
remove CUSTOM_ID_FORMAT
-rw-r--r--bot/exts/info/subscribe.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/info/subscribe.py b/bot/exts/info/subscribe.py
index 3cde07aee..aff1302bb 100644
--- a/bot/exts/info/subscribe.py
+++ b/bot/exts/info/subscribe.py
@@ -100,7 +100,6 @@ class SingleRoleButton(discord.ui.Button):
REMOVE_STYLE = discord.ButtonStyle.red
UNAVAILABLE_STYLE = discord.ButtonStyle.secondary
LABEL_FORMAT = "{action} role {role_name}"
- CUSTOM_ID_FORMAT = "subscribe-{role_id}"
def __init__(self, role: AssignableRole, assigned: bool, row: int):
if role.is_currently_available():