diff --git a/commands/owner/rtweet.js b/commands/owner/rtweet.js index 87a8e8a5..73d02fab 100644 --- a/commands/owner/rtweet.js +++ b/commands/owner/rtweet.js @@ -6,9 +6,8 @@ class rtweetCommand extends Command { constructor() { super('rtweet', { aliases: ['rtweet', 'rmtweet'], - category: 'general', - cooldown: 86400, - ratelimit: 1, + category: 'owner', + ownerOnly: 'true', args: [ { id: 'text',