Table of Contents

Property QuotationMarks

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

QuotationMarks

Sets the quotation marks on parameters, used to interpret spaces as part of a single argument.

Defaults to a collection of ", «, », , , and .

public IEnumerable<char> QuotationMarks { set; }

Property Value

IEnumerable<char>