Skip to content

Commit

Permalink
feat: captain pick command (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored May 31, 2024
1 parent 36a81d0 commit dda2515
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,17 @@ const commands = [
"/season stats Custom"
]
},
{
"name": "captain first_pick",
"type": "Admin",
"description": "Set what captain picks first",
"usage": [
"/captain first_pick [first_pick]"
],
"examples": [
"/captain first_pick Blue side"
]
},

// ~ Set-up
{
Expand Down

0 comments on commit dda2515

Please sign in to comment.