mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Shorter API Links
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# XiaoBot
|
||||
[](https://discord.gg/fqQF8mc)
|
||||
|
||||
Public Source Code for the Discord Bot XiaoBot, a Discord bot coded in JavaScript with [discord.js](https://discord.js.org/#/) using the [Commando](https://github.com/Gawdl3y/discord.js-commando) command framework.
|
||||
Public Source Code for the Discord Bot XiaoBot, a Discord bot coded in JavaScript with [discord.js](https://discord.js.org) using the [Commando](https://github.com/Gawdl3y/discord.js-commando) command framework.
|
||||
|
||||
## Adding it to Your Server
|
||||
You can add XiaoBot to your server with [this link](https://discordapp.com/oauth2/authorize?client_id=278305350804045834&scope=bot&permissions=1345846343).
|
||||
@@ -10,10 +10,10 @@ 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://github.com/visionmedia/superagent), [mathjs](http://mathjs.org/), [moment](http://momentjs.com), [moment-duration-format](https://github.com/jsmreese/moment-duration-format), [jimp](https://github.com/oliver-moran/jimp), [cheerio](https://cheerio.js.org/), [sequelize](http://docs.sequelizejs.com/en/v3/), [pg](https://github.com/brianc/node-postgres)
|
||||
[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), [jimp](https://github.com/oliver-moran/jimp), [cheerio](https://cheerio.js.org), [sequelize](http://docs.sequelizejs.com), [pg](https://github.com/brianc/node-postgres)
|
||||
|
||||
## APIs
|
||||
[Wattpad](https://developer.wattpad.com/docs/api), [Wordnik](http://developer.wordnik.com/docs.html), [osu!](https://osu.ppy.sh/p/api), [memegen.link](https://memegen.link/), [Yugioh Prices](http://docs.yugiohprices.apiary.io/#), [YouTube Data](https://developers.google.com/youtube/v3/), [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 Static Maps](https://developers.google.com/maps/documentation/static-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/)
|
||||
[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)
|
||||
|
||||
## Licensing
|
||||
The bot is licensed under an [ISC License](https://opensource.org/licenses/ISC). See the file `LICENSE.md` for more information.
|
||||
|
||||
+18
-18
@@ -48,43 +48,43 @@ module.exports = class InfoCommand extends Command {
|
||||
.addField('Node Version',
|
||||
process.version, true)
|
||||
.addField('Library',
|
||||
'[discord.js](https://discord.js.org/#/)', true)
|
||||
'[discord.js](https://discord.js.org)', true)
|
||||
.addField('Modules',
|
||||
oneLine`
|
||||
[commando](https://github.com/Gawdl3y/discord.js-commando),
|
||||
[zalgoize](https://github.com/clux/zalgolize),
|
||||
[superagent](https://github.com/visionmedia/superagent),
|
||||
[mathjs](http://mathjs.org/),
|
||||
[superagent](https://visionmedia.github.io/superagent),
|
||||
[mathjs](http://mathjs.org),
|
||||
[moment](http://momentjs.com),
|
||||
[moment-duration-format](https://github.com/jsmreese/moment-duration-format),
|
||||
[jimp](https://github.com/oliver-moran/jimp),
|
||||
[cheerio](https://cheerio.js.org/),
|
||||
[sequelize](http://docs.sequelizejs.com/en/v3/),
|
||||
[cheerio](https://cheerio.js.org),
|
||||
[sequelize](http://docs.sequelizejs.com),
|
||||
[pg](https://github.com/brianc/node-postgres)
|
||||
`
|
||||
)
|
||||
.addField('APIs',
|
||||
oneLine`
|
||||
[Wattpad](https://developer.wattpad.com/docs/api),
|
||||
[Wordnik](http://developer.wordnik.com/docs.html),
|
||||
[Wattpad](https://developer.wattpad.com),
|
||||
[Wordnik](http://developer.wordnik.com),
|
||||
[osu!](https://osu.ppy.sh/p/api),
|
||||
[memegen.link](https://memegen.link/),
|
||||
[Yugioh Prices](http://docs.yugiohprices.apiary.io/#),
|
||||
[YouTube Data](https://developers.google.com/youtube/v3/),
|
||||
[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/),
|
||||
[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/),
|
||||
[OMDB](http://www.omdbapi.com),
|
||||
[Yahoo Weather](https://developer.yahoo.com/weather),
|
||||
[Wikipedia](https://en.wikipedia.org/w/api.php),
|
||||
[Google Static Maps](https://developers.google.com/maps/documentation/static-maps/),
|
||||
[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/)
|
||||
[SoundCloud](https://developers.soundcloud.com),
|
||||
[random.cat](http://random.cat),
|
||||
[random.dog](https://random.dog),
|
||||
[fixer.io](http://fixer.io)
|
||||
`
|
||||
);
|
||||
return msg.embed(embed);
|
||||
|
||||
+19
-19
@@ -18,40 +18,40 @@
|
||||
</center>
|
||||
<h2>Modules</h2>
|
||||
<ul>
|
||||
<li><a href="https://discord.js.org/#/">discord.js</a></li>
|
||||
<li><a href="https://discord.js.org">discord.js</a></li>
|
||||
<li><a href="https://github.com/Gawdl3y/discord.js-commando/">discord.js-commando</a></li>
|
||||
<li><a href="https://github.com/oliver-moran/jimp">JIMP</a></li>
|
||||
<li><a href="https://github.com/oliver-moran/jimp">jimp</a></li>
|
||||
<li><a href="https://github.com/clux/zalgolize">zalgoize</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://visionmedia.github.io/superagent">superagent</a></li>
|
||||
<li><a href="http://mathjs.org">mathjs</a></li>
|
||||
<li><a href="http://momentjs.com">moment</a></li>
|
||||
<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/en/v3/">sequelize</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>
|
||||
</ul>
|
||||
<h2>APIs</h2>
|
||||
<ul>
|
||||
<li><a href="https://developer.wattpad.com/docs/api">Wattpad</a></li>
|
||||
<li><a href="http://developer.wordnik.com/docs.html">Wordnik</a></li>
|
||||
<li><a href="https://developer.wattpad.com">Wattpad</a></li>
|
||||
<li><a href="http://developer.wordnik.com">Wordnik</a></li>
|
||||
<li><a href="https://osu.ppy.sh/p/api">osu!</a></li>
|
||||
<li><a href="https://memegen.link/">memegen.link</a></li>
|
||||
<li><a href="http://docs.yugiohprices.apiary.io/#">Yugioh Prices</a></li>
|
||||
<li><a href="https://developers.google.com/youtube/v3/">YouTube Data</a></li>
|
||||
<li><a href="https://memegen.link">memegen.link</a></li>
|
||||
<li><a href="http://docs.yugiohprices.apiary.io">YuGiOh</a></li>
|
||||
<li><a href="https://developers.google.com/youtube">YouTube</a></li>
|
||||
<li><a href="https://bots.discord.pw/api">Discord Bots</a></li>
|
||||
<li><a href="http://history.muffinlabs.com/#api">Today in History</a></li>
|
||||
<li><a href="http://jservice.io/">jService</a></li>
|
||||
<li><a href="http://jservice.io">jService</a></li>
|
||||
<li><a href="https://github.com/zdict/zdict/wiki/Urban-dictionary-API-documentation">Urban Dictionary</a></li>
|
||||
<li><a href="http://www.omdbapi.com/">OMDB</a></li>
|
||||
<li><a href="https://developer.yahoo.com/weather/">Yahoo Weather</a></li>
|
||||
<li><a href="http://www.omdbapi.com">OMDB</a></li>
|
||||
<li><a href="https://developer.yahoo.com/weather">Yahoo Weather</a></li>
|
||||
<li><a href="https://en.wikipedia.org/w/api.php">Wikipedia</a></li>
|
||||
<li><a href="https://developers.google.com/maps/documentation/static-maps/">Google Static Maps</a></li>
|
||||
<li><a href="https://developers.google.com/maps">Google Maps</a></li>
|
||||
<li><a href="https://github.com/strawpoll/strawpoll/wiki/API">Strawpoll</a></li>
|
||||
<li><a href="http://www.rrrather.com/botapi">rrrather</a></li>
|
||||
<li><a href="https://developers.soundcloud.com/">SoundCloud</a></li>
|
||||
<li><a href="http://random.cat/">random.cat</a></li>
|
||||
<li><a href="https://random.dog/">random.dog</a></li>
|
||||
<li><a href="http://fixer.io/">fixer.io</a></li>
|
||||
<li><a href="https://developers.soundcloud.com">SoundCloud</a></li>
|
||||
<li><a href="http://random.cat">random.cat</a></li>
|
||||
<li><a href="https://random.dog">random.dog</a></li>
|
||||
<li><a href="http://fixer.io">fixer.io</a></li>
|
||||
</ul>
|
||||
<h2>Information</h2>
|
||||
<ul>
|
||||
|
||||
+19
-19
@@ -61,40 +61,40 @@
|
||||
</ol>
|
||||
<h2>Modules</h2>
|
||||
<ul>
|
||||
<li><a href="https://discord.js.org/#/">discord.js</a></li>
|
||||
<li><a href="https://discord.js.org">discord.js</a></li>
|
||||
<li><a href="https://github.com/Gawdl3y/discord.js-commando/">discord.js-commando</a></li>
|
||||
<li><a href="https://github.com/oliver-moran/jimp">JIMP</a></li>
|
||||
<li><a href="https://github.com/oliver-moran/jimp">jimp</a></li>
|
||||
<li><a href="https://github.com/clux/zalgolize">zalgoize</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://visionmedia.github.io/superagent">superagent</a></li>
|
||||
<li><a href="http://mathjs.org">mathjs</a></li>
|
||||
<li><a href="http://momentjs.com">moment</a></li>
|
||||
<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/en/v3/">sequelize</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>
|
||||
</ul>
|
||||
<h2>APIs</h2>
|
||||
<ul>
|
||||
<li><a href="https://developer.wattpad.com/docs/api">Wattpad</a></li>
|
||||
<li><a href="http://developer.wordnik.com/docs.html">Wordnik</a></li>
|
||||
<li><a href="https://developer.wattpad.com">Wattpad</a></li>
|
||||
<li><a href="http://developer.wordnik.com">Wordnik</a></li>
|
||||
<li><a href="https://osu.ppy.sh/p/api">osu!</a></li>
|
||||
<li><a href="https://memegen.link/">memegen.link</a></li>
|
||||
<li><a href="http://docs.yugiohprices.apiary.io/#">Yugioh Prices</a></li>
|
||||
<li><a href="https://developers.google.com/youtube/v3/">YouTube Data</a></li>
|
||||
<li><a href="https://memegen.link">memegen.link</a></li>
|
||||
<li><a href="http://docs.yugiohprices.apiary.io">YuGiOh</a></li>
|
||||
<li><a href="https://developers.google.com/youtube">YouTube</a></li>
|
||||
<li><a href="https://bots.discord.pw/api">Discord Bots</a></li>
|
||||
<li><a href="http://history.muffinlabs.com/#api">Today in History</a></li>
|
||||
<li><a href="http://jservice.io/">jService</a></li>
|
||||
<li><a href="http://jservice.io">jService</a></li>
|
||||
<li><a href="https://github.com/zdict/zdict/wiki/Urban-dictionary-API-documentation">Urban Dictionary</a></li>
|
||||
<li><a href="http://www.omdbapi.com/">OMDB</a></li>
|
||||
<li><a href="https://developer.yahoo.com/weather/">Yahoo Weather</a></li>
|
||||
<li><a href="http://www.omdbapi.com">OMDB</a></li>
|
||||
<li><a href="https://developer.yahoo.com/weather">Yahoo Weather</a></li>
|
||||
<li><a href="https://en.wikipedia.org/w/api.php">Wikipedia</a></li>
|
||||
<li><a href="https://developers.google.com/maps/documentation/static-maps/">Google Static Maps</a></li>
|
||||
<li><a href="https://developers.google.com/maps">Google Maps</a></li>
|
||||
<li><a href="https://github.com/strawpoll/strawpoll/wiki/API">Strawpoll</a></li>
|
||||
<li><a href="http://www.rrrather.com/botapi">rrrather</a></li>
|
||||
<li><a href="https://developers.soundcloud.com/">SoundCloud</a></li>
|
||||
<li><a href="http://random.cat/">random.cat</a></li>
|
||||
<li><a href="https://random.dog/">random.dog</a></li>
|
||||
<li><a href="http://fixer.io/">fixer.io</a></li>
|
||||
<li><a href="https://developers.soundcloud.com">SoundCloud</a></li>
|
||||
<li><a href="http://random.cat">random.cat</a></li>
|
||||
<li><a href="https://random.dog">random.dog</a></li>
|
||||
<li><a href="http://fixer.io">fixer.io</a></li>
|
||||
</ul>
|
||||
<h2>Information</h2>
|
||||
<ul>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "18.3.1",
|
||||
"version": "18.3.2",
|
||||
"description": "A Discord Bot",
|
||||
"main": "shardingmanager.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user