caseInsensitiveCommands property

  1. @override
bool caseInsensitiveCommands
final

Whether command fetching should be case insensitive.

If this is true, ChatCommands may be invoked by users without the command name matching the case of the input.

You might also be interested in:

Implementation

@override
final bool caseInsensitiveCommands;