fixed some lastminute things
This commit is contained in:
parent
7fbd793cf5
commit
2ca1a44455
|
@ -1571,7 +1571,7 @@ class OBLTeamCommand(Command):
|
||||||
|
|
||||||
@client.tree.command()
|
@client.tree.command()
|
||||||
@app_commands.rename(team_name="team")
|
@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."""
|
"""Displays a team's rank, current OBL points, and current opponent selection."""
|
||||||
team = get_team_fuzzy_search(team_name)
|
team = get_team_fuzzy_search(team_name)
|
||||||
if team is None:
|
if team is None:
|
||||||
|
|
Loading…
Reference in a new issue