Skip to content

Commit

Permalink
feat: add best of cmd (#84) (#85)
Browse files Browse the repository at this point in the history
* don't bake in the sensitive values on build time

* feat: add best of cmd

* feat: add best of cmd
  • Loading branch information
HenrySpartGlobal authored Apr 13, 2024
1 parent 777137e commit 7813059
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,17 @@ const commands = [
"/starting_mmr @Faker ~4000 League of Legends",
]
},

{
"name": "best_of_series",
"type": "Admin",
"description": "Toggle the best of series 3 or 5 feature.",
"usage": [
"/best_of_series [preference] [channel] [series_type]",
],
"examples": [
"/best_of_series True #queue 5",
]
},

// ~ Set-up
{
Expand Down

0 comments on commit 7813059

Please sign in to comment.