Browse Source

Append suggestion

pull/2265/head
Armano den Boef GitHub 3 years ago
parent
commit
764b5d5326
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/int_framework/permissions.md

+ 1
- 1
docs/guides/int_framework/permissions.md View File

@@ -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.


Loading…
Cancel
Save