fixed some lastminute things

This commit is contained in:
Sakimori 2023-03-31 14:29:38 -04:00
parent 7fbd793cf5
commit 2ca1a44455

View file

@ -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: