Table of Contents

Property IgnoreExtraArguments

Namespace
DisCatSharp.CommandsNext
Assembly
DisCatSharp.CommandsNext.dll

IgnoreExtraArguments

Gets whether any extra arguments passed to commands should be ignored or not. If this is set to false, extra arguments will throw, otherwise they will be ignored.

Defaults to false.

public bool IgnoreExtraArguments { set; }

Property Value

bool