Table of Contents

Property Arguments

Namespace
DSharpPlus.Commands
Assembly
DSharpPlus.Commands.dll

Arguments

The command arguments.

public required IReadOnlyDictionary<CommandParameter, object?> Arguments { get; init; }

Property Value

IReadOnlyDictionary<CommandParameter, object>