Skip to content

Commit

Permalink
feat: add queue ban commands (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored Apr 1, 2024
1 parent 9679de6 commit 5e82ce0
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 @@ -810,6 +810,39 @@ const commands = [
"/list_teams",
]
},
{
"name": "ready_penalty ",
"type": "Premium",
"description": "Award timed queue bans for players who don't ready up",
"usage": [
"/ready_penalty [preference] (duration_1) (duration_2) (duration_3)",
],
"examples": [
"/ready_penalty True 5minutes 30minutes 60minutes",
]
},
{
"name": "reset_server_penalties ",
"type": "Premium",
"description": "Remove all queue bans from the server",
"usage": [
"/reset_server_penalties",
],
"examples": [
"reset_server_penalties",
]
},
{
"name": "reset_user_penalty ",
"type": "Premium",
"description": "Remove all queue bans from a Member",
"usage": [
"/reset_user_penalty [member]",
],
"examples": [
"/reset_user_penalty @Faker",
]
},
// {
// "name": "hero",
// "type": "Overwatch",
Expand Down

0 comments on commit 5e82ce0

Please sign in to comment.