Guard All Util Commands

This commit is contained in:
Daniel Odendahl Jr
2017-05-28 14:04:48 +00:00
parent 0456e9cc5f
commit c5f29c59c5
4 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ module.exports = class InviteCommand extends Command {
name: 'invite',
group: 'util',
memberName: 'invite',
description: 'Sends you an invite for the bot and an invite to my server.'
description: 'Sends you an invite for the bot and an invite to my server.',
guarded: true
});
}