Forgot to put as owner only, and removed it
This commit is contained in:
parent
79b9763159
commit
830e2ace71
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ class rfacebookCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('rfacebook', {
|
super('rfacebook', {
|
||||||
aliases: ['rfacebook', 'rfb'],
|
aliases: ['rfacebook', 'rfb'],
|
||||||
category: 'general',
|
category: 'owner',
|
||||||
|
ownerOnly: 'true',
|
||||||
cooldown: 86400000,
|
cooldown: 86400000,
|
||||||
ratelimit: 3,
|
ratelimit: 3,
|
||||||
args: [
|
args: [
|
Loading…
Reference in a new issue