Table of Contents

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

IEnumerable<InteractionContextType>

DefaultDMPermission

public bool? DefaultDMPermission { get; set; }

Property Value

bool?

DefaultIntegrationTypes

public IEnumerable<ApplicationIntegrationType>? DefaultIntegrationTypes { get; set; }

Property Value

IEnumerable<ApplicationIntegrationType>

DefaultParameterDescriptionFormat

{0} - parameter name

public string? DefaultParameterDescriptionFormat { get; set; }

Property Value

string

LocalizationsProvider

public ILocalizationsProvider? LocalizationsProvider { get; set; }

Property Value

ILocalizationsProvider

UseScopes

public bool? UseScopes { get; set; }

Property Value

bool?