Skip to content

Commit

Permalink
feat: add ongoing category command (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored Oct 13, 2024
1 parent 6713db3 commit 57c41b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,18 @@ const commands = [
"/game create_draft d3441a8c",
]
},
{
"name": "game ongoing_games_category",
"type": "Admin",
"description": "Select or Create a Category where Voice and Lobby will be created for Matches.",
"usage": [
"/game ongoing_games_category [game] (category)",
],
"examples": [
"/game ongoing_games_category Valorant",
"/game ongoing_games_category Overwatch InHouses",
]
},
{
"name": "season start",
"type": "Admin",
Expand Down

0 comments on commit 57c41b1

Please sign in to comment.