Skip to content

Commit

Permalink
feat: sub command (#91)
Browse files Browse the repository at this point in the history
* don't bake in the sensitive values on build time

* feat: add sub command
  • Loading branch information
HenrySpartGlobal authored Apr 21, 2024
1 parent 136cf27 commit 40be041
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -565,14 +565,14 @@ const commands = [
]
},
{
"name": "best_of_series",
"name": "sub",
"type": "Admin",
"description": "Toggle the best of series 3 or 5 feature.",
"description": "Substitutes one player for another in an in-progress game.",
"usage": [
"/best_of_series [preference] [channel] [series_type]",
"/sub [player_1] [player_2] [gameid]",
],
"examples": [
"/best_of_series True #queue 5",
"/sub @Faker @Peanut 1c44c992",
]
},

Expand Down Expand Up @@ -821,7 +821,7 @@ const commands = [
]
},
{
"name": "ready_penalty ",
"name": "ready_penalty",
"type": "Premium",
"description": "Award timed queue bans for players who don't ready up",
"usage": [
Expand Down

0 comments on commit 40be041

Please sign in to comment.