Skip to content

Commit

Permalink
Merge pull request #48 from HenrySpartGlobal/add_mmr
Browse files Browse the repository at this point in the history
feature: add new mmr commands
  • Loading branch information
HenrySpartGlobal authored Oct 12, 2023
2 parents 3e9410c + 1d820df commit 14920f7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

1 comment on commit 14920f7

@vercel
Copy link

@vercel vercel bot commented on 14920f7 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.