Skip to content

Commit

Permalink
Updated class description of src/views/bandecisionview.py
Browse files Browse the repository at this point in the history
  • Loading branch information
janssensjelle committed Nov 4, 2024
1 parent 16d1cbc commit bbaf6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/bandecisionview.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class BanDecisionView(View):
"""View for making a decision on a ban duration."""
"""View for making it easier to make a decision on a ban duration. It has buttons for approving, denying, and disputing the ban duration."""

def __init__(self, ban_id: int, bot: Bot, guild: Guild, member: Member | User, end_date: str, reason: str):
super().__init__(timeout=None)
Expand Down

0 comments on commit bbaf6d0

Please sign in to comment.