Skip to content

Commit

Permalink
feat: on going games channel (#129)
Browse files Browse the repository at this point in the history
* docs: add readme for external docs

* feat: allow spectators command
  • Loading branch information
HenrySpartGlobal authored Nov 24, 2024
1 parent d3d017e commit ab6c774
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,17 @@ const commands = [
"/defaults set_nickname_to_ign True"
]
},
{
"name": "defaults allow_spectators",
"type": "Admin",
"description": "Allow spectators to join voice lobbies",
"usage": [
"/defaults allow_spectators [condition]"
],
"examples": [
"/defaults allow_spectators True"
]
},
{
"name": "captain queue",
"type": "Admin",
Expand Down

0 comments on commit ab6c774

Please sign in to comment.