forgot to make blacklist owner only
This commit is contained in:
parent
b9e626e6ea
commit
1dec1f54ea
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue