Property CaseSensitive
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
CaseSensitive
Sets whether strings should be matched in a case-sensitive manner.
This switch affects the behaviour of default prefix resolver, command searching, and argument conversion.
Defaults to false.
public bool CaseSensitive { set; }