Table of Contents

Class DefaultPrefixResolver

Namespace
DSharpPlus.Commands.Processors.TextCommands.Parsing
Assembly
DSharpPlus.Commands.dll
public sealed class DefaultPrefixResolver : IPrefixResolver
Inheritance
DefaultPrefixResolver
Implements

Constructors

DefaultPrefixResolver(bool, params string[])

Default prefix resolver

Properties

AllowMention

Setting if a mention will trigger command execution

Prefixes

Prefixes which will trigger command execution

Methods

ResolvePrefixAsync(CommandsExtension, DiscordMessage)

Resolves the prefix for the command.