mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Botinfo alias to info
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = class InfoCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'info',
|
name: 'info',
|
||||||
aliases: ['stats', 'uptime'],
|
aliases: ['stats', 'uptime', 'bot-info'],
|
||||||
group: 'util-public',
|
group: 'util-public',
|
||||||
memberName: 'info',
|
memberName: 'info',
|
||||||
description: 'Responds with detailed bot information.',
|
description: 'Responds with detailed bot information.',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "119.39.5",
|
"version": "119.39.6",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user