Property RawArguments
- Namespace
- DSharpPlus.CommandsNext
- Assembly
- DSharpPlus.CommandsNext.dll
RawArguments
Gets the list of raw arguments passed to the command.
public IReadOnlyList<string> RawArguments { get; }
Property Value
- IReadOnlyList<string>