From e206bda6bd31943a27e22789662fe93faacb8926 Mon Sep 17 00:00:00 2001 From: Henry <31442053+HenrySpartGlobal@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:46:54 +0000 Subject: [PATCH] feat: add decay commands (#125) --- src/data/commands.ts | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/data/commands.ts b/src/data/commands.ts index d539cee..f6ed78d 100644 --- a/src/data/commands.ts +++ b/src/data/commands.ts @@ -1224,6 +1224,39 @@ const commands = [ "/premium webhook_url True" ] }, + { + "name": "premium decay", + "type": "Premium", + "description": "Open Up the Menu for Managing Decay", + "usage": [ + "/premium decay [game]", + ], + "examples": [ + "premium decay Overwatch", + ] + }, + { + "name": "premium apply_decay", + "type": "Premium", + "description": "Manually apply Decay to players, if you don't want to wait.", + "usage": [ + "/premium apply_decay [game] [queue_channel]", + ], + "examples": [ + "premium apply_decay Overwatch #queue", + ] + }, + { + "name": "premium ignore_decay", + "type": "Premium", + "description": "Select which member will NOT lose MMR from decay. ", + "usage": [ + "/premium ignore_decay [user] [game]", + ], + "examples": [ + "premium ignore_decay @Faker Overwatch", + ] + }, // { // "name": "hero",