Table of Contents

Property Commands

Namespace
DSharpPlus.Commands
Assembly
DSharpPlus.Commands.dll

Commands

The registered commands that the users can execute.

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

Property Value

IReadOnlyDictionary<string, Command>