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',
memberName: 'blacklist',
description: `To blacklist a user from the bot`,
ownerOnly: true,
args: [
{
key: 'user',

Loading…
Cancel
Save