Skip to content

Commit

Permalink
feat: duo mmr limit command (#108)
Browse files Browse the repository at this point in the history
* feat: add server log command

* feat: add duo mmr limit command

* feat: add duo mmr limit command
  • Loading branch information
HenrySpartGlobal authored Jul 10, 2024
1 parent a551713 commit a4eb824
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,18 @@ const commands = [
"/user remove_loss @player 5 League Of Legends"
]
},
{
"name": "queue duo_mmr_limit",
"type": "Admin",
"description": "Set the MMR threshold for the duo queue in a specific channel.",
"usage": [
"/queue duo_mmr_limit [mmr_value] [queue_channel]"
],
"examples": [
"/queue duo_mmr_limit 1500 #queue",
"/queue duo_mmr_limit 2000 #queue"
]
},

// ~ Set-up
{
Expand Down

0 comments on commit a4eb824

Please sign in to comment.