diff --git a/commands/owner/stats.js b/commands/thing/stats.js similarity index 93% rename from commands/owner/stats.js rename to commands/thing/stats.js index 58c73ade..505d97c8 100644 --- a/commands/owner/stats.js +++ b/commands/thing/stats.js @@ -3,7 +3,7 @@ module.exports = class MeowCommand extends Command { constructor(client) { super(client, { name: 'stats', - group: 'owner', + group: 'thing', memberName: 'stats', description: 'Show bot stats.', });