mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Add My Anime List to Ads
This commit is contained in:
@@ -13,7 +13,7 @@ You can join the home server with [this link](https://discord.gg/fqQF8mc).
|
||||
[discord.js](https://discord.js.org), [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), [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), [tsubaki](https://github.com/iCrawl/tsubaki), [node-opus](https://github.com/Rantanen/node-opus)
|
||||
|
||||
## APIs
|
||||
[Wattpad](https://developer.wattpad.com), [Wordnik](http://developer.wordnik.com), [osu!](https://osu.ppy.sh/p/api), [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), [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), [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), [random.cat](http://random.cat), [random.dog](https://random.dog), [fixer.io](http://fixer.io), [konachan](https://konachan.net), [cleverbot.io](https://cleverbot.io)
|
||||
[Wattpad](https://developer.wattpad.com), [Wordnik](http://developer.wordnik.com), [osu!](https://osu.ppy.sh/p/api), [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), [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), [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), [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)
|
||||
|
||||
## Licensing
|
||||
The bot is licensed under an [ISC License](https://opensource.org/licenses/ISC). See the file `LICENSE.md` for more information.
|
||||
|
||||
@@ -85,7 +85,8 @@ module.exports = class InfoCommand extends Command {
|
||||
[random.dog](https://random.dog),
|
||||
[fixer.io](http://fixer.io),
|
||||
[konachan](https://konachan.net),
|
||||
[cleverbot.io](https://cleverbot.io)
|
||||
[cleverbot.io](https://cleverbot.io),
|
||||
[My Anime List](https://myanimelist.net/modules.php?go=api)
|
||||
`
|
||||
);
|
||||
return msg.embed(embed);
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
<li><a href="http://fixer.io">fixer.io</a></li>
|
||||
<li><a href="https://konachan.net">konachan</a></li>
|
||||
<li><a href="https://cleverbot.io">cleverbot.io</a></li>
|
||||
<li><a href="https://myanimelist.net/modules.php?go=api">My Anime List</a></li>
|
||||
</ul>
|
||||
<h2>Information</h2>
|
||||
<ul>
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
<li>YouTube</li>
|
||||
<li>YuGiOh! Card Data</li>
|
||||
<li>Konachan</li>
|
||||
<li>My Anime List</li>
|
||||
</ul>
|
||||
<li>LMGTFY Link Generation!</li>
|
||||
<li>Binary, Morse, Pirate, and Temmie Translators!</li>
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
<li>YouTube</li>
|
||||
<li>YuGiOh! Card Data</li>
|
||||
<li>Konachan</li>
|
||||
<li>My Anime List</li>
|
||||
</ul>
|
||||
<li>LMGTFY Link Generation!</li>
|
||||
<li>Binary, Morse, Pirate, and Temmie Translators!</li>
|
||||
@@ -103,6 +104,7 @@
|
||||
<li><a href="http://fixer.io">fixer.io</a></li>
|
||||
<li><a href="https://konachan.net">konachan</a></li>
|
||||
<li><a href="https://cleverbot.io">cleverbot.io</a></li>
|
||||
<li><a href="https://myanimelist.net/modules.php?go=api">My Anime List</a></li>
|
||||
</ul>
|
||||
<h2>Information</h2>
|
||||
<ul>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "19.3.4",
|
||||
"version": "19.4.0",
|
||||
"description": "A Discord Bot",
|
||||
"main": "shardingmanager.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user