diff --git a/src/data/commands.ts b/src/data/commands.ts index 0a59d7c..0034c72 100644 --- a/src/data/commands.ts +++ b/src/data/commands.ts @@ -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",