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 15e7ba347..92d7d23b2 100644
--- a/bot/exts/info/subscribe.py
+++ b/bot/exts/info/subscribe.py
@@ -161,7 +161,7 @@ class AllSelfAssignableRolesView(discord.ui.View):
"""A persistent view that'll hold one button allowing interactors to toggle all available self-assignable roles."""
def __init__(self):
- super(AllSelfAssignableRolesView, self).__init__(timeout=None)
+ super().__init__(timeout=None)
class ShowAllSelfAssignableRolesButton(discord.ui.Button):