Method GetCommandsNext
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
GetCommandsNext(DiscordClient)
Gets the active CommandsNext module for this client.
public static CommandsNextExtension GetCommandsNext(this DiscordClient client)
Parameters
client
DiscordClientClient to get CommandsNext module from.
Returns
- CommandsNextExtension
The module, or null if not activated.