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',
|
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…
Reference in a new issue