From 1d820df5cbac708eba0cd5d968e360d6ce09db31 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 12 Oct 2023 18:29:03 +0100 Subject: [PATCH] feature: add new mmr commands --- src/data/commands.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/data/commands.ts b/src/data/commands.ts index 3664792..bb99073 100644 --- a/src/data/commands.ts +++ b/src/data/commands.ts @@ -283,6 +283,28 @@ const commands = [ "/captain_queue True", ] }, + { + "name": "add_mmr", + "type": "Admin", + "description": "Increase a members MMR by an approximate percentage %", + "usage": [ + "/add_mmr [member] [percentage]", + ], + "examples": [ + "/add_mmr @Faker 100", + ] + }, + { + "name": "Remove_mmr", + "type": "Admin", + "description": "Decrease a members MMR by an approximate percentage %", + "usage": [ + "/remove_mmr [member] [percentage]", + ], + "examples": [ + "/remove_mmr @Faker 100", + ] + }, // ~ Set-up {