Skip to content

Commit

Permalink
feat: add decay commands (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored Nov 2, 2024
1 parent 2e68e8c commit e206bda
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e206bda

Please sign in to comment.