Whoops, Missed a couple of commas
This commit is contained in:
@ -56,7 +56,7 @@ class TaskCommands(app_commands.Group):
|
||||
@app_commands.choices(priority=[
|
||||
app_commands.Choice(name="Low", value="Low"),
|
||||
app_commands.Choice(name="Medium", value="Medium"),
|
||||
app_commands.Choice(name="High", value="High")
|
||||
app_commands.Choice(name="High", value="High"),
|
||||
app_commands.Choice(name="Critical", value="Critical")
|
||||
], status=[
|
||||
app_commands.Choice(name="Not Started", value="Not Started"),
|
||||
@ -97,7 +97,7 @@ class TaskCommands(app_commands.Group):
|
||||
@app_commands.choices(priority=[
|
||||
app_commands.Choice(name="Low", value="Low"),
|
||||
app_commands.Choice(name="Medium", value="Medium"),
|
||||
app_commands.Choice(name="High", value="High")
|
||||
app_commands.Choice(name="High", value="High"),
|
||||
app_commands.Choice(name="Critical", value="Critical")
|
||||
], status=[
|
||||
app_commands.Choice(name="Not Started", value="Not Started"),
|
||||
|
Reference in New Issue
Block a user