forked from Supositware/Haha-Yes
Moved stats to thing
This commit is contained in:
parent
2a079c73ca
commit
9d0a6d52f8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module.exports = class MeowCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'stats',
|
name: 'stats',
|
||||||
group: 'owner',
|
group: 'thing',
|
||||||
memberName: 'stats',
|
memberName: 'stats',
|
||||||
description: 'Show bot stats.',
|
description: 'Show bot stats.',
|
||||||
});
|
});
|
Loading…
Reference in a new issue