mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Why
This commit is contained in:
@@ -62,7 +62,8 @@ module.exports = class HelpCommand extends Command {
|
||||
for (const embed of embeds) msgs.push(await msg.direct({ embed }));
|
||||
if (msg.channel.type !== 'dm') msgs.push(await msg.say('📬 Sent you a DM with information.'));
|
||||
return msgs;
|
||||
} catch {
|
||||
} catch (err) {
|
||||
throw err;
|
||||
// return msg.reply('Failed to send DM. You probably have DMs disabled.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user