Skip to content

Commit

Permalink
Fix typo in edit_member_data command description
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivixer committed Feb 8, 2024
1 parent 369ecbd commit eeada1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sggwbot/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ async def _whois(
async def _edit_member_data(
self,
interaction: Interaction,
member_id: str = SlashOption(description="The mmember's ID."),
member_id: str = SlashOption(description="The member's ID."),
) -> None:
"""Edits the member data.
Expand Down

0 comments on commit eeada1d

Please sign in to comment.