summaryrefslogtreecommitdiff
path: root/utils/perms.js
blob: 9334d91b20286ecf8c05501c0c3bc5ad2d828ad0 (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
    name: 'perms',
    description: '',
    async execute(msg, args, bot) {
        if (msg.member.hasPermission(p)) return true;
    }
};