discordjs / Commando

Official command framework for discord.js
Apache License 2.0
495 stars 242 forks source link

Preset help command says DM's are disabled when they aren't. #405

Open gatelogic opened 3 years ago

gatelogic commented 3 years ago

Whenever someone uses the preset help command, it will send a message within DM's and not saying Unable to send you the help DM. You probably have DMs disabled. when they are not.

gatelogic commented 3 years ago

It will also send the user [object Object] in DM's.

S222em commented 3 years ago

Please add the following to your main file and post the outputs (when using the help command) back here:

client
    .on('error', console.error)
    .on('warn', console.warn)
    .on('debug', console.log)