This commit is contained in:
Dragon Fire
2024-03-19 23:03:57 -04:00
parent f95fc019ee
commit 63dd06c351
+1 -1
View File
@@ -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