diff options
-rw-r--r-- | bot/exts/info/subscribe.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/bot/exts/info/subscribe.py b/bot/exts/info/subscribe.py index c4f206a27..95d468e3f 100644 --- a/bot/exts/info/subscribe.py +++ b/bot/exts/info/subscribe.py @@ -61,16 +61,7 @@ log = get_logger(__name__) class RoleButtonView(discord.ui.View): - """ - A view that holds the list of SingleRoleButtons to show to the member. - - Attributes - __________ - interaction_owner: discord.Member - The member that initiated the interaction - """ - - interaction_owner: discord.Member + """A view that holds the list of SingleRoleButtons to show to the member.""" def __init__(self, member: discord.Member, assignable_roles: list[AssignableRole]): super().__init__(timeout=DELETE_MESSAGE_AFTER) |