Parent Directory
|
Revision Log
Initial release v1.0.0
1 | module.exports = class Shield { |
2 | verify(msg, cm) { |
3 | return app.config.props[msg.guild.id].global_commands.indexOf(cm.commandName) !== -1 || msg.member.roles.cache.has(app.config.props[msg.guild.id].mod_role); |
4 | } |
5 | }; |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |