1
0
Fork 0

forgot to make blacklist owner only

Commando
Loic Bersier 6 years ago
parent b9e626e6ea
commit 1dec1f54ea

@ -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',

Loading…
Cancel
Save