From 2ca1a4445500cd919a49a724db7ae6cc39655fb5 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 31 Mar 2023 14:29:38 -0400 Subject: [PATCH] fixed some lastminute things --- the_prestige.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index 72cb85e..82637c1 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -1571,7 +1571,7 @@ class OBLTeamCommand(Command): @client.tree.command() @app_commands.rename(team_name="team") -async def oblteam(interaction, team_name): +async def oblteam(interaction, team_name: str): """Displays a team's rank, current OBL points, and current opponent selection.""" team = get_team_fuzzy_search(team_name) if team is None: