/[sudobot]/trunk/src/Shield.js
ViewVC logotype

Contents of /trunk/src/Shield.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations)
Mon Jul 29 17:28:13 2024 UTC (8 months ago) by rakin
File MIME type: text/javascript
File size: 227 byte(s)
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