From a4eb824f8ff63bcef0d3979536389f6f061721c3 Mon Sep 17 00:00:00 2001 From: Henry <31442053+HenrySpartGlobal@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:50:32 +0100 Subject: [PATCH] feat: duo mmr limit command (#108) * feat: add server log command * feat: add duo mmr limit command * feat: add duo mmr limit command --- src/data/commands.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/data/commands.ts b/src/data/commands.ts index 244f888..b29df6d 100644 --- a/src/data/commands.ts +++ b/src/data/commands.ts @@ -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 {