This commit is contained in:
Daniel Odendahl Jr
2017-05-13 02:25:36 +00:00
parent c297132b00
commit bc6d689f86
5 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ You can add XiaoBot to your server with [this link](https://discordapp.com/oauth
You can join the home server with [this link](https://discord.gg/fqQF8mc).
## Modules
[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), [pg](https://github.com/brianc/node-postgres), [tsubaki](https://github.com/iCrawl/tsubaki), [node-opus](https://github.com/Rantanen/node-opus)
[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)
-1
View File
@@ -58,7 +58,6 @@ module.exports = class InfoCommand extends Command {
[canvas](https://github.com/Automattic/node-canvas),
[cheerio](https://cheerio.js.org),
[sequelize](http://docs.sequelizejs.com),
[pg](https://github.com/brianc/node-postgres),
[tsubaki](https://github.com/iCrawl/tsubaki),
[node-opus](https://github.com/Rantanen/node-opus)
`
-1
View File
@@ -28,7 +28,6 @@
<li><a href="https://github.com/jsmreese/moment-duration-format">moment-duration-format</a></li>
<li><a href="https://cheerio.js.org">cheerio</a></li>
<li><a href="http://docs.sequelizejs.com">sequelize</a></li>
<li><a href="https://github.com/brianc/node-postgres">pg</a></li>
<li><a href="https://github.com/iCrawl/tsubaki">tsubaki</a></li>
<li><a href="https://github.com/Rantanen/node-opus">node-opus</a></li>
</ul>
-1
View File
@@ -76,7 +76,6 @@
<li><a href="https://github.com/jsmreese/moment-duration-format">moment-duration-format</a></li>
<li><a href="https://cheerio.js.org">cheerio</a></li>
<li><a href="http://docs.sequelizejs.com">sequelize</a></li>
<li><a href="https://github.com/brianc/node-postgres">pg</a></li>
<li><a href="https://github.com/iCrawl/tsubaki">tsubaki</a></li>
<li><a href="https://github.com/Rantanen/node-opus">node-opus</a></li>
</ul>
+1
View File
@@ -33,6 +33,7 @@
"node": "7.10.0"
},
"dependencies": {
"bufferutil": "^3.0.0",
"canvas": "automattic/node-canvas",
"cheerio": "^0.22.0",
"custom-translate": "dragonfire535/custom-translate",