From 688dd999bb7d75957a1c6292948c77fbcd7be9ef Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 23 Apr 2021 11:46:03 -0400 Subject: [PATCH] Fix --- commands/util-public/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util-public/info.js b/commands/util-public/info.js index 3d9b2978..5e2292fc 100644 --- a/commands/util-public/info.js +++ b/commands/util-public/info.js @@ -13,7 +13,7 @@ module.exports = class InfoCommand extends Command { constructor(client) { super(client, { name: 'info', - aliases: ['stats', 'uptime', 'bot-info'], + aliases: ['stats', 'uptime'], group: 'util-public', memberName: 'info', description: 'Responds with detailed bot information.',