Moved stats to thing

This commit is contained in:
Loïc Bersier 2018-09-08 23:13:08 +02:00
parent 2a079c73ca
commit 9d0a6d52f8

View file

@ -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.',
});