From 764b5d5326df5f5910aac201f910fe849b1bc2d5 Mon Sep 17 00:00:00 2001 From: Armano den Boef <68127614+Rozen4334@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:09:35 +0200 Subject: [PATCH] Append suggestion --- docs/guides/int_framework/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/int_framework/permissions.md b/docs/guides/int_framework/permissions.md index 3f93ce050..e35bb162d 100644 --- a/docs/guides/int_framework/permissions.md +++ b/docs/guides/int_framework/permissions.md @@ -49,7 +49,7 @@ and will be set up for all of the commands & nested modules inside this class. [!code-csharp[Permission stacking](samples/permissions/perm-nesting.cs)] -The amount of nesting you can do is realistically endless, although really deep nesting is not advised as the lookup will only take longer. +The amount of nesting you can do is realistically endless. > [!NOTE] > If the nested class is marked with `Group`, as required for setting up subcommands, this example will not work.