From a411fb3af49c9c5c2d02a9bf23844c299223bc18 Mon Sep 17 00:00:00 2001 From: mudkipscience Date: Mon, 16 Mar 2020 16:30:43 +1100 Subject: [PATCH] Update about.js --- src/commands/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/about.js b/src/commands/about.js index 5c1538f..ad1666b 100644 --- a/src/commands/about.js +++ b/src/commands/about.js @@ -45,7 +45,7 @@ exports.run = (client, message) => { exports.conf = { enabled: true, guildOnly: false, - aliases: ["stats"], + aliases: ["stats", "botinfo"], permLevel: "User", requiredPerms: [] };