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
extensionsIReadOnlyDictionary<int, CommandsNextExtension>Extensions to unregister commands on.
cmdsCommand[]Commands to unregister.