Botinfo alias to info

This commit is contained in:
Dragon Fire
2020-11-09 14:28:37 -05:00
parent df506d624b
commit 674b0b12e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = class InfoCommand extends Command {
constructor(client) {
super(client, {
name: 'info',
aliases: ['stats', 'uptime'],
aliases: ['stats', 'uptime', 'bot-info'],
group: 'util-public',
memberName: 'info',
description: 'Responds with detailed bot information.',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.39.5",
"version": "119.39.6",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {