mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Fix
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = class InfoCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'info',
|
name: 'info',
|
||||||
aliases: ['stats', 'uptime', 'bot-info'],
|
aliases: ['stats', 'uptime'],
|
||||||
group: 'util-public',
|
group: 'util-public',
|
||||||
memberName: 'info',
|
memberName: 'info',
|
||||||
description: 'Responds with detailed bot information.',
|
description: 'Responds with detailed bot information.',
|
||||||
|
|||||||
Reference in New Issue
Block a user