DmHelp Property is not observed
Created by: jeffreyladd
Summary
When setting up the CommandsNextConfiguration, the DmHelp setting is not observed and when the help command is sent, it will never DM the help to the user.
Details
Below is my Configuration while using nightly build 4.0.0-nightly-00571
_cnext = _client.UseCommandsNext(new CommandsNextConfiguration()
{
CaseSensitive = false,
EnableDefaultHelp = true,
EnableMentionPrefix = true,
StringPrefixes = new string[] { "!" },
IgnoreExtraArguments = true,
DmHelp = true,
Services = _services
});