Hide the guilds commands as they're not fully functional

Refs #25
This commit is contained in:
Gary Kramlich
2022-04-07 13:21:22 -05:00
parent 06f7d64bdb
commit 4364804a9a

View File

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