From 05bb71227e3e02e0b4830ef6ffcebc217858c942 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 6 May 2017 05:25:56 +0000 Subject: [PATCH] Remove APIs and Modules from Info --- commands/util/info.js | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/commands/util/info.js b/commands/util/info.js index 8f133833..ca83616f 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -48,46 +48,7 @@ module.exports = class InfoCommand extends Command { .addField('Node Version', process.version, true) .addField('Library', - '[discord.js](https://discord.js.org/#/)', true) - .addField('Modules', - oneLine` - [commando](https://github.com/Gawdl3y/discord.js-commando), - [zalgoize](https://github.com/clux/zalgolize), - [superagent](https://github.com/visionmedia/superagent), - [mathjs](http://mathjs.org/), - [moment](http://momentjs.com), - [moment-duration-format](https://github.com/jsmreese/moment-duration-format), - [jimp](https://github.com/oliver-moran/jimp), - [cheerio](https://cheerio.js.org/), - [sequelize](http://docs.sequelizejs.com/en/v3/), - [pg](https://github.com/brianc/node-postgres) - ` - ) - .addField('APIs', - oneLine` - [Wattpad](https://developer.wattpad.com/docs/api), - [Wordnik](http://developer.wordnik.com/docs.html), - [osu!](https://osu.ppy.sh/p/api), - [memegen.link](https://memegen.link/), - [Yugioh](http://docs.yugiohprices.apiary.io/#), - [YouTube](https://developers.google.com/youtube/v3/), - [Discord Bots](https://bots.discord.pw/api), - [Today in History](http://history.muffinlabs.com/#api), - [jService](http://jservice.io/), - [Urban Dictionary](https://github.com/zdict/zdict/wiki/Urban-dictionary-API-documentation), - [OMDB](http://www.omdbapi.com/), - [Yahoo Weather](https://developer.yahoo.com/weather/), - [Wikipedia](https://en.wikipedia.org/w/api.php), - [Google Maps](https://developers.google.com/maps/documentation/static-maps/), - [Strawpoll](https://github.com/strawpoll/strawpoll/wiki/API), - [rrrather](http://www.rrrather.com/botapi), - [SoundCloud](https://developers.soundcloud.com/), - [random.cat](http://random.cat/), - [random.dog](https://random.dog/), - [fixer.io](http://fixer.io/), - [cleverbot.io](https://cleverbot.io/) - ` - ); + '[discord.js](https://discord.js.org/#/)[-commando](https://github.com/Gawdl3y/discord.js-commando)', true); return msg.embed(embed); } };