From 4364804a9a40887d531e8cb14ea92435661c7853 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 7 Apr 2022 13:21:22 -0500 Subject: [PATCH] Hide the guilds commands as they're not fully functional Refs #25 --- bridge/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/commands.go b/bridge/commands.go index 679ad86..69993eb 100644 --- a/bridge/commands.go +++ b/bridge/commands.go @@ -53,7 +53,7 @@ type commands struct { Reconnect reconnectCmd `kong:"cmd,help='Reconnect to Discord'"` Version versionCmd `kong:"cmd,help='Displays the version of the bridge.'"` - Guilds guildsCmd `kong:"cmd,help='Guild bridging management.'"` + Guilds guildsCmd `kong:"cmd,help='Guild bridging management.',hidden='1'"` LoginMatrix loginMatrixCmd `kong:"cmd,help='Replace the puppet for your Discord account with your real Matrix account.'"` LogoutMatrix logoutMatrixCmd `kong:"cmd,help='Switch the puppet for your Discord account back to the default one.'"`