Property UseDefaultCommandHandler
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
UseDefaultCommandHandler
Gets or sets whether to automatically enable handling commands.
If this is set to false, you will need to manually handle each incoming message and pass it to CommandsNext.
Defaults to true.
public bool UseDefaultCommandHandler { set; }