Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update match.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thboss committed Sep 2, 2023
1 parent b51c9a1 commit 100fef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/match.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async def challenge(
interaction: Interaction,
team: Role,
capacity: app_commands.Choice[int],
series: List[app_commands.Choice[str]],
series: app_commands.Choice[str],
game_mode: app_commands.Choice[str]
):
""""""
Expand Down

0 comments on commit 100fef2

Please sign in to comment.