Class ApplicationCommandServiceOptions
- Namespace
- NetCord.Hosting.Services.ApplicationCommands
- Assembly
- NetCord.Hosting.Services.dll
public class ApplicationCommandServiceOptions
- Inheritance
-
ApplicationCommandServiceOptions
- Inherited Members
Constructors
ApplicationCommandServiceOptions()
public ApplicationCommandServiceOptions()
Properties
DefaultContexts
public IEnumerable<InteractionContextType>? DefaultContexts { get; set; }
Property Value
DefaultDMPermission
public bool? DefaultDMPermission { get; set; }
Property Value
- bool?
DefaultIntegrationTypes
public IEnumerable<ApplicationIntegrationType>? DefaultIntegrationTypes { get; set; }
Property Value
DefaultParameterDescriptionFormat
{0} - parameter name
public string? DefaultParameterDescriptionFormat { get; set; }
Property Value
LocalizationsProvider
public ILocalizationsProvider? LocalizationsProvider { get; set; }
Property Value
UseScopes
public bool? UseScopes { get; set; }
Property Value
- bool?