Table of Contents

Property RegisteredCommands

Namespace
DisCatSharp.CommandsNext
Assembly
DisCatSharp.CommandsNext.dll

RegisteredCommands

Gets a dictionary of registered top-level commands.

public IReadOnlyDictionary<string, Command> RegisteredCommands { get; }

Property Value

IReadOnlyDictionary<string, Command>