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 d097e6290..16379d2b2 100644
--- a/bot/exts/info/subscribe.py
+++ b/bot/exts/info/subscribe.py
@@ -91,7 +91,7 @@ class SingleRoleButton(discord.ui.Button):
label = self.LABEL_FORMAT.format(action="Remove" if assigned else "Add", role_name=role.name)
else:
style = self.UNAVAILABLE_STYLE
- label = role.name
+ label = f"🔒 {role.name}"
super().__init__(
style=style,