forgot the helpers 😛

This commit is contained in:
MSFTserver 2017-10-31 19:13:20 -07:00 committed by GitHub
parent 1b9be40c80
commit ea9d80f7c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,6 @@
let hasPerms = require('../helpers.js').hasPerms;
let inPrivate = require('../helpers.js').inPrivate;
exports.custom = [
"onUserJoin"
]