Table of Contents

Property RegisteredCommands

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

RegisteredCommands

Gets a dictionary of registered top-level commands.

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

Property Value

IReadOnlyDictionary<string, Command>