From 59e23da60941040c53d4ed881a84a69353b98cc4 Mon Sep 17 00:00:00 2001 From: Dominic Fellbaum Date: Sat, 4 Mar 2023 04:26:00 +0100 Subject: [PATCH] Add missing slash command structure --- docs/wiki/basic-tutorials/interactions/commands.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/wiki/basic-tutorials/interactions/commands.md b/docs/wiki/basic-tutorials/interactions/commands.md index 9390cbc..20aa614 100644 --- a/docs/wiki/basic-tutorials/interactions/commands.md +++ b/docs/wiki/basic-tutorials/interactions/commands.md @@ -91,6 +91,17 @@ command | |__ subcommand +---- + +VALID + +command +| +|__ subcommand-group + | + |__ subcommand +| +|__ subcommand -------