mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Why?
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = class HelpCommand extends Command {
|
|||||||
if (msg.channel.type !== 'dm') msgs.push(await msg.say('📬 Sent you a DM with information.'));
|
if (msg.channel.type !== 'dm') msgs.push(await msg.say('📬 Sent you a DM with information.'));
|
||||||
return msgs;
|
return msgs;
|
||||||
} catch {
|
} catch {
|
||||||
return msg.reply('Failed to send DM. You probably have DMs disabled.');
|
// return msg.reply('Failed to send DM. You probably have DMs disabled.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const userPerms = command.userPermissions.length
|
const userPerms = command.userPermissions.length
|
||||||
|
|||||||
Reference in New Issue
Block a user