1 2 3 4 5 6 7
module.exports = { name: 'perms', description: '', async execute(msg, args, bot) { if (msg.member.hasPermission(p)) return true; } };