From 20fb6f7d29fc07ddefc2eca5790c1ebcbcb05c20 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 5 Apr 2017 17:55:56 +0000 Subject: [PATCH] Final Info Modification? --- commands/botinfo/info.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/commands/botinfo/info.js b/commands/botinfo/info.js index 32ec48ea..04068ca6 100644 --- a/commands/botinfo/info.js +++ b/commands/botinfo/info.js @@ -53,11 +53,7 @@ module.exports = class InfoCommand extends commando.Command { .addField('APIs', '[Wattpad API](https://developer.wattpad.com/docs/api), [Wordnik API](http://developer.wordnik.com/docs.html), [osu! API](https://osu.ppy.sh/p/api), [memegen.link](https://memegen.link/), [Yugioh Prices API](http://docs.yugiohprices.apiary.io/#), [YouTube Data API](https://developers.google.com/youtube/v3/), [Yoda Speak API](https://market.mashape.com/ismaelc/yoda-speak), [Discord Bots API](https://bots.discord.pw/api), [Today in History API](http://history.muffinlabs.com/#api), [jService API](http://jservice.io/), [Strawpoll API](https://github.com/strawpoll/strawpoll/wiki/API), [Urban Dictionary API](https://github.com/zdict/zdict/wiki/Urban-dictionary-API-documentation), [OMDB API](http://www.omdbapi.com/), [Yahoo Weather API](https://developer.yahoo.com/weather/), [iTunes Store Search API](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/)') .addField('Other Credit', - '[Heroku](https://www.heroku.com/), [Cloud9](https://c9.io/), [heroku-buildpack-ffmpeg-latest](https://elements.heroku.com/buildpacks/jonathanong/heroku-buildpack-ffmpeg-latest)') - .addField('Home Server', - '[Click Here to Join!](https://discord.gg/fqQF8mc)', true) - .addField('Invite Link:', - '[Click Here to Invite!](https://discordapp.com/oauth2/authorize?client_id=278305350804045834&scope=bot&permissions=1345846343)', true); + '[Heroku](https://www.heroku.com/), [Cloud9](https://c9.io/), [heroku-buildpack-ffmpeg-latest](https://elements.heroku.com/buildpacks/jonathanong/heroku-buildpack-ffmpeg-latest)'); return message.embed(embed); } };