Forgot to put it as owner only
This commit is contained in:
parent
4c9fc0f61e
commit
a494a4bfc2
1 changed files with 2 additions and 3 deletions
|
@ -6,9 +6,8 @@ class rtweetCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('rtweet', {
|
super('rtweet', {
|
||||||
aliases: ['rtweet', 'rmtweet'],
|
aliases: ['rtweet', 'rmtweet'],
|
||||||
category: 'general',
|
category: 'owner',
|
||||||
cooldown: 86400,
|
ownerOnly: 'true',
|
||||||
ratelimit: 1,
|
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
|
|
Loading…
Reference in a new issue