From 048d4cc0c6d73dbd00edcbcd3970796e8f1de81c Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 28 Feb 2018 14:31:42 +0000 Subject: [PATCH] Update commando link --- commands/util/info.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/util/info.js b/commands/util/info.js index a45384a7..134517cd 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -37,7 +37,7 @@ module.exports = class InfoCommand extends Command { .addField('❯ Node Version', process.version, true) .addField('❯ Library', - '[discord.js](https://discord.js.org)[-commando](https://github.com/Gawdl3y/discord.js-commando)', true); + '[discord.js](https://discord.js.org)[-commando](https://github.com/discordjs/Commando)', true); return msg.embed(embed); } }; diff --git a/package.json b/package.json index 8e80f7bb..e60812ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "66.5.1", + "version": "66.5.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {