This commit is contained in:
Daniel Odendahl Jr
2017-05-14 17:41:24 +00:00
parent c50aedfe34
commit 2a979693e3
+15 -15
View File
@@ -64,29 +64,29 @@ module.exports = class InfoCommand extends Command {
) )
.addField('APIs', .addField('APIs',
oneLine` oneLine`
[Wattpad](https://developer.wattpad.com), [Wattpad](https://www.wattpad.com),
[Wordnik](http://developer.wordnik.com), [Wordnik](https://www.wordnik.com),
[osu!](https://osu.ppy.sh/p/api), [osu!](https://osu.ppy.sh),
[memegen.link](https://memegen.link), [memegen.link](https://memegen.link),
[YuGiOh](http://docs.yugiohprices.apiary.io), [YuGiOh](http://yugiohprices.com),
[YouTube](https://developers.google.com/youtube), [YouTube](https://www.youtube.com),
[Discord Bots](https://bots.discord.pw/api), [Discord Bots](https://bots.discord.pw),
[Today in History](http://history.muffinlabs.com/#api), [Today in History](http://history.muffinlabs.com),
[jService](http://jservice.io), [jService](http://jservice.io),
[Urban Dictionary](https://github.com/zdict/zdict/wiki/Urban-dictionary-API-documentation), [Urban Dictionary](http://www.urbandictionary.com),
[OMDB](http://www.omdbapi.com), [OMDB](http://www.omdbapi.com),
[Yahoo Weather](https://developer.yahoo.com/weather), [Yahoo Weather](https://www.yahoo.com/news/weather),
[Wikipedia](https://en.wikipedia.org/w/api.php), [Wikipedia](https://www.wikipedia.org),
[Google Maps](https://developers.google.com/maps), [Google Maps](https://www.google.com/maps),
[Strawpoll](https://github.com/strawpoll/strawpoll/wiki/API), [Strawpoll](http://www.strawpoll.me),
[rrrather](http://www.rrrather.com/botapi), [rrrather](http://www.rrrather.com),
[SoundCloud](https://developers.soundcloud.com), [SoundCloud](https://soundcloud.com),
[random.cat](http://random.cat), [random.cat](http://random.cat),
[random.dog](https://random.dog), [random.dog](https://random.dog),
[fixer.io](http://fixer.io), [fixer.io](http://fixer.io),
[konachan](https://konachan.net), [konachan](https://konachan.net),
[cleverbot.io](https://cleverbot.io), [cleverbot.io](https://cleverbot.io),
[My Anime List](https://myanimelist.net/modules.php?go=api) [My Anime List](https://myanimelist.net)
` `
); );
return msg.embed(embed); return msg.embed(embed);