Commando icon indicating copy to clipboard operation
Commando copied to clipboard

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

Open gatelogic opened this issue 3 years ago • 2 comments

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 avatar Jun 16 '21 10:06 gatelogic

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

gatelogic avatar Jun 16 '21 10:06 gatelogic

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)

S222em avatar Jul 13 '21 17:07 S222em