From ab6c7741cbf49a58c9a5885cbeb6ea5c7829542c Mon Sep 17 00:00:00 2001 From: Henry <31442053+HenrySpartGlobal@users.noreply.github.com> Date: Sun, 24 Nov 2024 19:09:26 +0000 Subject: [PATCH] feat: on going games channel (#129) * docs: add readme for external docs * feat: allow spectators command --- src/data/commands.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) 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",