Update helpers.js

This commit is contained in:
MSFTserver 2017-10-27 14:03:00 -07:00 committed by GitHub
parent 10f2cbcfea
commit 0b5fedf8f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
let config = require('config');
let permRanks = config.get('moderation');
let speechChannels = config.get('speech');
// Checks if user is allowed to use a command only for mods/team members
exports.hasPerms = function(msg){