Class CommandServiceOptions
public class CommandServiceOptions
- Inheritance
-
CommandServiceOptions
- Inherited Members
Constructors
CommandServiceOptions()
public CommandServiceOptions()
Properties
CultureInfo
public CultureInfo? CultureInfo { get; set; }
Property Value
GetPrefixLengthAsync
public Func<Message, GatewayClient, IServiceProvider, ValueTask<int>>? GetPrefixLengthAsync { get; set; }
Property Value
IgnoreCase
Default = true
public bool? IgnoreCase { get; set; }
Property Value
- bool?
ParameterSeparators
Default = ' ', '\n'
public IEnumerable<char>? ParameterSeparators { get; set; }
Property Value
Prefix
public string? Prefix { get; set; }
Property Value
Prefixes
public IEnumerable<string>? Prefixes { get; set; }
Property Value
UseScopes
public bool? UseScopes { get; set; }
Property Value
- bool?