Table of Contents

Enum LocalizationTarget

Namespace
Discord.Interactions
Assembly
Discord.Net.Interactions.dll

Resource targets for localization.

public enum LocalizationTarget

Fields

Choice = 3

Target is a Slash Command parameter choice.

Command = 1

Target is an application command method.

Group = 0

Target is a IInteractionModuleBase tagged with a GroupAttribute.

Parameter = 2

Target is a Slash Command parameter.