mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
More Modifications
This commit is contained in:
@@ -57,11 +57,11 @@ module.exports = class InfoCommand extends commando.Command {
|
||||
.addField('Library',
|
||||
"[discord.js](https://discord.js.org/#/) / [commando](https://github.com/Gawdl3y/discord.js-commando)", true)
|
||||
.addField('Modules',
|
||||
"[pirate-speak](https://github.com/mikewesthad/pirate-speak), [google-translate-api](https://github.com/matheuss/google-translate-api), [urban](https://github.com/mvrilo/urban), [zalgoize](https://github.com/clux/zalgolize), [hepburn](https://github.com/lovell/hepburn), [yahoo-weather](https://github.com/mamal72/node-yahoo-weather), [imdb-api](https://github.com/worr/node-imdb-api), [string-to-binary](https://www.npmjs.com/package/string-to-binary), [roman-numeral-converter-mmxvi](https://github.com/Cein-Markey/roman-numeral-conversion-library), [cowsay](https://github.com/piuccio/cowsay), [morse](https://github.com/ecto/morse)")
|
||||
"[pirate-speak](https://github.com/mikewesthad/pirate-speak), [google-translate-api](https://github.com/matheuss/google-translate-api), [zalgoize](https://github.com/clux/zalgolize), [hepburn](https://github.com/lovell/hepburn), [yahoo-weather](https://github.com/mamal72/node-yahoo-weather), [string-to-binary](https://www.npmjs.com/package/string-to-binary), [roman-numeral-converter-mmxvi](https://github.com/Cein-Markey/roman-numeral-conversion-library), [cowsay](https://github.com/piuccio/cowsay), [morse](https://github.com/ecto/morse)")
|
||||
.addField('Utility Modules',
|
||||
"[superagent](https://github.com/visionmedia/superagent), [mathjs](http://mathjs.org/), [moment](http://momentjs.com), [moment-duration-format](https://github.com/jsmreese/moment-duration-format), [opusscript](https://github.com/abalabahaha/opusscript), [jimp](https://github.com/oliver-moran/jimp), [cheerio](https://cheerio.js.org/), [sherlockjs](https://github.com/maytis/sherlockjs)")
|
||||
.addField('APIs',
|
||||
"[Wattpad API](https://developer.wattpad.com/docs/api), [Wordnik API](http://developer.wordnik.com/docs.html), [osu! API](https://osu.ppy.sh/p/api), [memegen.link](https://memegen.link/), [Yugioh Prices API](http://docs.yugiohprices.apiary.io/#), [YouTube Data API](https://developers.google.com/youtube/v3/), [Yoda Speak API](https://market.mashape.com/ismaelc/yoda-speak), [Discord Bots API](https://bots.discord.pw/api), [Today in History API](http://history.muffinlabs.com/#api), [jService API](http://jservice.io/), [Strawpoll API](https://github.com/strawpoll/strawpoll/wiki/API)")
|
||||
"[Wattpad API](https://developer.wattpad.com/docs/api), [Wordnik API](http://developer.wordnik.com/docs.html), [osu! API](https://osu.ppy.sh/p/api), [memegen.link](https://memegen.link/), [Yugioh Prices API](http://docs.yugiohprices.apiary.io/#), [YouTube Data API](https://developers.google.com/youtube/v3/), [Yoda Speak API](https://market.mashape.com/ismaelc/yoda-speak), [Discord Bots API](https://bots.discord.pw/api), [Today in History API](http://history.muffinlabs.com/#api), [jService API](http://jservice.io/), [Strawpoll API](https://github.com/strawpoll/strawpoll/wiki/API), [Urban Dictionary API](https://github.com/zdict/zdict/wiki/Urban-dictionary-API-documentation), [OMDB API](http://www.omdbapi.com/)")
|
||||
.addField('Other Credit',
|
||||
"[Heroku](https://www.heroku.com/), [Cloud9](https://c9.io/), [heroku-buildpack-ffmpeg-latest](https://elements.heroku.com/buildpacks/jonathanong/heroku-buildpack-ffmpeg-latest)")
|
||||
.addField('My Server',
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports = class NeopetCommand extends commando.Command {
|
||||
group: 'search',
|
||||
memberName: 'neopet',
|
||||
description: "Gives a Neopet's image, searchable by ID. (;neopet rjwlsb8k)",
|
||||
examples: [';neopet rjwlsb8k', ';neopet getID'],
|
||||
examples: [';neopet rjwlsb8k'],
|
||||
args: [{
|
||||
key: 'pet',
|
||||
prompt: 'What pet ID would you like to get the image of?',
|
||||
|
||||
@@ -20,11 +20,9 @@
|
||||
<li><a href="https://github.com/oliver-moran/jimp">JIMP</a></li>
|
||||
<li><a href="https://github.com/mikewesthad/pirate-speak">pirate-speak</a></li>
|
||||
<li><a href="https://github.com/matheuss/google-translate-api">google-translate-api</a></li>
|
||||
<li><a href="https://github.com/mvrilo/urban">urban</a></li>
|
||||
<li><a href="https://github.com/clux/zalgolize">zalgoize</a></li>
|
||||
<li><a href="https://github.com/lovell/hepburn">hepburn</a></li>
|
||||
<li><a href="https://github.com/mamal72/node-yahoo-weather">yahoo-weather</a></li>
|
||||
<li><a href="https://github.com/worr/node-imdb-api">imdb-api</a></li>
|
||||
<li><a href="https://github.com/visionmedia/superagent">superagent</a></li>
|
||||
<li><a href="http://mathjs.org/">mathjs</a></li>
|
||||
<li><a href="https://www.npmjs.com/package/string-to-binary">string-to-binary</a></li>
|
||||
@@ -50,11 +48,13 @@
|
||||
<li><a href="http://history.muffinlabs.com/#api">Today in History API</a></li>
|
||||
<li><a href="http://jservice.io/">jService API</a></li>
|
||||
<li><a href="https://github.com/strawpoll/strawpoll/wiki/API">Strawpoll API</a></li>
|
||||
<li><a href="https://github.com/zdict/zdict/wiki/Urban-dictionary-API-documentation">Urban Dictionary API</a></li>
|
||||
<li><a href="http://www.omdbapi.com/">OMDB API</a></li>
|
||||
</ul>
|
||||
<h2>Information</h2>
|
||||
<ul>
|
||||
<li><a href="https://discord.gg/fqQF8mc">Home Server</a></li>
|
||||
<li>Command Count: 114</li>
|
||||
<li>Command Count: 115</li>
|
||||
<li>Server Host: <a href="https://www.heroku.com/">Heroku</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -69,11 +69,9 @@
|
||||
<li><a href="https://github.com/oliver-moran/jimp">JIMP</a></li>
|
||||
<li><a href="https://github.com/mikewesthad/pirate-speak">pirate-speak</a></li>
|
||||
<li><a href="https://github.com/matheuss/google-translate-api">google-translate-api</a></li>
|
||||
<li><a href="https://github.com/mvrilo/urban">urban</a></li>
|
||||
<li><a href="https://github.com/clux/zalgolize">zalgoize</a></li>
|
||||
<li><a href="https://github.com/lovell/hepburn">hepburn</a></li>
|
||||
<li><a href="https://github.com/mamal72/node-yahoo-weather">yahoo-weather</a></li>
|
||||
<li><a href="https://github.com/worr/node-imdb-api">imdb-api</a></li>
|
||||
<li><a href="https://github.com/visionmedia/superagent">superagent</a></li>
|
||||
<li><a href="http://mathjs.org/">mathjs</a></li>
|
||||
<li><a href="https://www.npmjs.com/package/string-to-binary">string-to-binary</a></li>
|
||||
@@ -99,11 +97,14 @@
|
||||
<li><a href="http://history.muffinlabs.com/#api">Today in History API</a></li>
|
||||
<li><a href="http://jservice.io/">jService API</a></li>
|
||||
<li><a href="https://github.com/strawpoll/strawpoll/wiki/API">Strawpoll API</a></li>
|
||||
<li><a href="https://github.com/zdict/zdict/wiki/Urban-dictionary-API-documentation">Urban Dictionary API</a></li>
|
||||
<li><a href="http://www.omdbapi.com/">OMDB API</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<h2>Information</h2>
|
||||
<ul>
|
||||
<li><a href="https://discord.gg/fqQF8mc">Home Server</a></li>
|
||||
<li>Command Count: 114</li>
|
||||
<li>Command Count: 115</li>
|
||||
<li>Server Host: <a href="https://www.heroku.com/">Heroku</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user