Table of Contents

Class CommandServiceOptions

Namespace
NetCord.Hosting.Services.Commands
Assembly
NetCord.Hosting.Services.dll
public class CommandServiceOptions
Inheritance
CommandServiceOptions
Inherited Members

Constructors

CommandServiceOptions()

public CommandServiceOptions()

Properties

CultureInfo

public CultureInfo? CultureInfo { get; set; }

Property Value

CultureInfo

GetPrefixLengthAsync

public Func<Message, GatewayClient, IServiceProvider, ValueTask<int>>? GetPrefixLengthAsync { get; set; }

Property Value

Func<Message, GatewayClient, IServiceProvider, ValueTask<int>>

IgnoreCase

Default = true

public bool? IgnoreCase { get; set; }

Property Value

bool?

ParameterSeparators

Default = ' ', '\n'

public IEnumerable<char>? ParameterSeparators { get; set; }

Property Value

IEnumerable<char>

Prefix

public string? Prefix { get; set; }

Property Value

string

Prefixes

public IEnumerable<string>? Prefixes { get; set; }

Property Value

IEnumerable<string>

UseScopes

public bool? UseScopes { get; set; }

Property Value

bool?