Enum LocalizationTarget
Resource targets for localization.
Namespace: Discord.Interactions
Assembly: Discord.Net.Interactions.dll
Syntax
public enum LocalizationTarget : int
Fields
Name | Description |
---|---|
Choice | Target is a Slash Command parameter choice. |
Command | Target is an application command method. |
Group | Target is a IInteractionModuleBase tagged with a GroupAttribute. |
Parameter | Target is a Slash Command parameter. |