mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Cleverbot Credits
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), [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), [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)
|
||||
[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)
|
||||
|
||||
## Licensing
|
||||
The bot is licensed under an [ISC License](https://opensource.org/licenses/ISC). See the file `LICENSE.md` for more information.
|
||||
|
||||
@@ -83,7 +83,8 @@ module.exports = class InfoCommand extends Command {
|
||||
[random.cat](http://random.cat),
|
||||
[random.dog](https://random.dog),
|
||||
[fixer.io](http://fixer.io),
|
||||
[konachan](https://konachan.net)
|
||||
[konachan](https://konachan.net),
|
||||
[cleverbot.io](https://cleverbot.io)
|
||||
`
|
||||
);
|
||||
return msg.embed(embed);
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
<li><a href="https://random.dog">random.dog</a></li>
|
||||
<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>
|
||||
</ul>
|
||||
<h2>Information</h2>
|
||||
<ul>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
<div class="xiaobox">
|
||||
<h2>Features</h2>
|
||||
<ul>
|
||||
<li>Cleverbot!</li>
|
||||
<li>Avatar Image Editing, including Bob Ross, RIP, Wanted, Triggered, and more!</li>
|
||||
<li>Fun Games including Lottery, Math, Quiz, Rock Paper Scissors, Slots, and Typing!</li>
|
||||
<li>Server and User Information!</li>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
</center>
|
||||
<h2>Features</h2>
|
||||
<ul>
|
||||
<li>Cleverbot!</li>
|
||||
<li>Avatar Image Editing, including Bob Ross, RIP, Wanted, Triggered, and more!</li>
|
||||
<li>Fun Games including Lottery, Math, Quiz, Rock Paper Scissors, Slots, and Typing!</li>
|
||||
<li>Server and User Information!</li>
|
||||
@@ -97,6 +98,7 @@
|
||||
<li><a href="https://random.dog">random.dog</a></li>
|
||||
<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>
|
||||
</ul>
|
||||
<h2>Information</h2>
|
||||
<ul>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "18.8.4",
|
||||
"version": "18.9.0",
|
||||
"description": "A Discord Bot",
|
||||
"main": "shardingmanager.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user