From 401952691d10006d1a9a02a14edf0213e5955233 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 14 May 2017 22:49:26 +0000 Subject: [PATCH] Fix this --- commands/util/info.js | 19 ++++++++++--------- package.json | 1 + 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/commands/util/info.js b/commands/util/info.js index 9ac6c0c4..f970de6c 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -46,20 +46,21 @@ module.exports = class InfoCommand extends Command { .addField('Node Version', process.version, true) .addField('Library', - '[discord.js](https://discord.js.org)', true) + '[discord.js](https://github.com/hydrabolt/discord.js)', true) .addField('Modules', oneLine` [commando](https://github.com/Gawdl3y/discord.js-commando), - [zalgoize](https://github.com/clux/zalgolize), - [superagent](https://visionmedia.github.io/superagent), - [mathjs](http://mathjs.org), - [moment](http://momentjs.com), + [zalgolize](https://github.com/clux/zalgolize), + [superagent](https://github.com/visionmedia/superagent), + [mathjs](https://github.com/josdejong/mathjs), + [moment](https://github.com/moment/moment), [moment-duration-format](https://github.com/jsmreese/moment-duration-format), [canvas](https://github.com/Automattic/node-canvas), - [cheerio](https://cheerio.js.org), - [sequelize](http://docs.sequelizejs.com), + [cheerio](https://github.com/cheeriojs/cheerio), + [sequelize](https://github.com/sequelize/sequelize), [tsubaki](https://github.com/iCrawl/tsubaki), - [node-opus](https://github.com/Rantanen/node-opus) + [node-opus](https://github.com/Rantanen/node-opus), + [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) ` ) .addField('APIs', @@ -68,7 +69,7 @@ module.exports = class InfoCommand extends Command { [Wordnik](https://www.wordnik.com), [osu!](https://osu.ppy.sh), [memegen.link](https://memegen.link), - [YuGiOh](http://yugiohprices.com), + [YuGiOh Prices](http://yugiohprices.com), [YouTube](https://www.youtube.com), [Discord Bots](https://bots.discord.pw), [Today in History](http://history.muffinlabs.com), diff --git a/package.json b/package.json index 484633ab..31048f4b 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "sequelize": "^3.30.4", "superagent": "^3.5.2", "tsubaki": "^1.1.0", + "xml2js": "^0.4.17", "zalgolize": "^1.2.4" } }