Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions bot/exts/info/subscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,7 @@ def get_readable_available_months(self) -> str:


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)
Expand Down