Table of Contents

Method UnregisterCommands

Namespace
DisCatSharp.CommandsNext
Assembly
DisCatSharp.CommandsNext.dll

UnregisterCommands(IReadOnlyDictionary<int, CommandsNextExtension>, params Command[])

Unregisters specified commands from CommandsNext.

public static void UnregisterCommands(this IReadOnlyDictionary<int, CommandsNextExtension> extensions, params Command[] cmds)

Parameters

extensions IReadOnlyDictionary<int, CommandsNextExtension>

Extensions to unregister commands on.

cmds Command[]

Commands to unregister.