Browse Source

add a note about `ignoreGroupNames` attribute`

pull/2374/head
Misha133 2 years ago
parent
commit
867e8e500e
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      docs/guides/int_framework/intro.md

+ 5
- 0
docs/guides/int_framework/intro.md View File

@@ -291,6 +291,9 @@ By nesting commands inside a module that is tagged with [GroupAttribute] you can
> Although creating nested module stuctures are allowed, > Although creating nested module stuctures are allowed,
> you are not permitted to use more than 2 [GroupAttribute]'s in module hierarchy. > you are not permitted to use more than 2 [GroupAttribute]'s in module hierarchy.


> [!NOTE]
> [ComponentInteraction] and [ModalInteraction] handlers require `ignoreGroupNames` parameter set to `true` to work in classes with [GroupAttribute]

[!code-csharp[Command Group Example](samples/intro/groupmodule.cs)] [!code-csharp[Command Group Example](samples/intro/groupmodule.cs)]


## Executing Commands ## Executing Commands
@@ -383,6 +386,8 @@ delegate can be used to create HTTP responses from a deserialized json object st
[ChannelTypesAttribute]: xref:Discord.Interactions.ChannelTypesAttribute [ChannelTypesAttribute]: xref:Discord.Interactions.ChannelTypesAttribute
[MaxValueAttribute]: xref:Discord.Interactions.MaxValueAttribute [MaxValueAttribute]: xref:Discord.Interactions.MaxValueAttribute
[MinValueAttribute]: xref:Discord.Interactions.MinValueAttribute [MinValueAttribute]: xref:Discord.Interactions.MinValueAttribute
[ComponentInteraction]: xref:Discord.Interactions.ComponentInteractionAttribute
[ModalInteraction]: xref:Discord.Interactions.ModalInteractionAttribute


[IChannel]: xref:Discord.IChannel [IChannel]: xref:Discord.IChannel
[IRole]: xref:Discord.IRole [IRole]: xref:Discord.IRole


Loading…
Cancel
Save