forgot to make blacklist owner only

This commit is contained in:
Loic Bersier 2018-12-07 21:03:16 +01:00
parent b9e626e6ea
commit 1dec1f54ea

View file

@ -8,6 +8,7 @@ module.exports = class BlacklistCommand extends Command {
group: 'owner', group: 'owner',
memberName: 'blacklist', memberName: 'blacklist',
description: `To blacklist a user from the bot`, description: `To blacklist a user from the bot`,
ownerOnly: true,
args: [ args: [
{ {
key: 'user', key: 'user',