Table of Contents

Method UseCommandsNext

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

UseCommandsNext(DiscordClient, CommandsNextConfiguration)

Enables CommandsNext module on this DiscordClient.

public static CommandsNextExtension UseCommandsNext(this DiscordClient client, CommandsNextConfiguration cfg)

Parameters

client DiscordClient

Client to enable CommandsNext for.

cfg CommandsNextConfiguration

CommandsNext configuration to use.

Returns

CommandsNextExtension

Created CommandsNextExtension.