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',
oneLine`
[Wattpad](https://developer.wattpad.com),
[Wordnik](http://developer.wordnik.com),
[osu!](https://osu.ppy.sh/p/api),
[Wattpad](https://www.wattpad.com),
[Wordnik](https://www.wordnik.com),
[osu!](https://osu.ppy.sh),
[memegen.link](https://memegen.link),
[YuGiOh](http://docs.yugiohprices.apiary.io),
[YouTube](https://developers.google.com/youtube),
[Discord Bots](https://bots.discord.pw/api),
[Today in History](http://history.muffinlabs.com/#api),
[YuGiOh](http://yugiohprices.com),
[YouTube](https://www.youtube.com),
[Discord Bots](https://bots.discord.pw),
[Today in History](http://history.muffinlabs.com),
[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),
[Yahoo Weather](https://developer.yahoo.com/weather),
[Wikipedia](https://en.wikipedia.org/w/api.php),
[Google Maps](https://developers.google.com/maps),
[Strawpoll](https://github.com/strawpoll/strawpoll/wiki/API),
[rrrather](http://www.rrrather.com/botapi),
[SoundCloud](https://developers.soundcloud.com),
[Yahoo Weather](https://www.yahoo.com/news/weather),
[Wikipedia](https://www.wikipedia.org),
[Google Maps](https://www.google.com/maps),
[Strawpoll](http://www.strawpoll.me),
[rrrather](http://www.rrrather.com),
[SoundCloud](https://soundcloud.com),
[random.cat](http://random.cat),
[random.dog](https://random.dog),
[fixer.io](http://fixer.io),
[konachan](https://konachan.net),
[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);