소스 검색

Hide the guilds commands as they're not fully functional

Refs #25
Gary Kramlich 3 년 전
부모
커밋
4364804a9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bridge/commands.go

+ 1 - 1
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.'"`