From bc6d689f8650756bd52e71644eab31915c46e732 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 13 May 2017 02:25:36 +0000 Subject: [PATCH] Meow --- README.md | 2 +- commands/util/info.js | 1 - html/carbondesc.html | 1 - html/discordbots.html | 1 - package.json | 1 + 5 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58a04302..eced9a68 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/commands/util/info.js b/commands/util/info.js index 2bf4b3c1..4c481349 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -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) ` diff --git a/html/carbondesc.html b/html/carbondesc.html index c64813f9..aa1f5bd2 100644 --- a/html/carbondesc.html +++ b/html/carbondesc.html @@ -28,7 +28,6 @@
  • moment-duration-format
  • cheerio
  • sequelize
  • -
  • pg
  • tsubaki
  • node-opus
  • diff --git a/html/discordbots.html b/html/discordbots.html index c24e9de8..50fff07b 100644 --- a/html/discordbots.html +++ b/html/discordbots.html @@ -76,7 +76,6 @@
  • moment-duration-format
  • cheerio
  • sequelize
  • -
  • pg
  • tsubaki
  • node-opus
  • diff --git a/package.json b/package.json index 41532379..bbe9963d 100644 --- a/package.json +++ b/package.json @@ -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",