Table of Contents

Method GetCommandsNext

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

GetCommandsNext(DiscordClient)

Gets the active CommandsNext module for this client.

public static CommandsNextExtension GetCommandsNext(this DiscordClient client)

Parameters

client DiscordClient

Client to get CommandsNext module from.

Returns

CommandsNextExtension

The module, or null if not activated.