aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/info/subscribe.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/info/subscribe.py b/bot/exts/info/subscribe.py
index d24e8716e..d097e6290 100644
--- a/bot/exts/info/subscribe.py
+++ b/bot/exts/info/subscribe.py
@@ -80,8 +80,8 @@ class SingleRoleButton(discord.ui.Button):
"""A button that adds or removes a role from the member depending on it's current state."""
ADD_STYLE = discord.ButtonStyle.success
- REMOVE_STYLE = discord.ButtonStyle.secondary
- UNAVAILABLE_STYLE = discord.ButtonStyle.red
+ REMOVE_STYLE = discord.ButtonStyle.red
+ UNAVAILABLE_STYLE = discord.ButtonStyle.secondary
LABEL_FORMAT = "{action} role {role_name}."
CUSTOM_ID_FORMAT = "subscribe-{role_id}"