From 9d0a6d52f840f304847811ac6267875291f951fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 8 Sep 2018 23:13:08 +0200 Subject: [PATCH] Moved stats to thing --- commands/{owner => thing}/stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename commands/{owner => thing}/stats.js (93%) 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.', });