Update commando link

This commit is contained in:
Daniel Odendahl Jr
2018-02-28 14:31:42 +00:00
parent 3dcb7f9812
commit 048d4cc0c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
}
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "66.5.1",
"version": "66.5.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {