mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
Add HTML Stuff and Update Info
This commit is contained in:
@@ -40,7 +40,7 @@ class InfoCommand extends commando.Command {
|
||||
.setDescription('XiaoBot is your personal companion for your Discord Server!')
|
||||
.setFooter('©2017 dragonfire535', this.client.user.avatarURL)
|
||||
.setThumbnail(this.client.user.avatarURL)
|
||||
.setURL('http://dragonfire535.tk')
|
||||
.setURL('http://dragonfire535.weebly.com/xiaobot.html')
|
||||
.addField('Commands',
|
||||
"There are a variety of commands XiaoBot can use! Use ';help' to view a list of all commands!")
|
||||
.addField('Servers',
|
||||
@@ -60,7 +60,7 @@ class InfoCommand extends commando.Command {
|
||||
.addField('Modules',
|
||||
"[Commando](https://github.com/Gawdl3y/discord.js-commando) (0.9.0), [cleverbot-node](https://github.com/fojas/cleverbot-node) (0.3.5), [pirate-speak](https://github.com/mikewesthad/pirate-speak) (1.0.1), [JIMP](https://github.com/oliver-moran/jimp) (0.2.27), [google-translate-api](https://github.com/matheuss/google-translate-api) (2.2.2), [urban](https://github.com/mvrilo/urban) (0.3.1), [zalgoize](https://github.com/clux/zalgolize) (1.2.4), [hepburn](https://github.com/lovell/hepburn) (1.0.0), [yahoo-weather](https://github.com/mamal72/node-yahoo-weather) (2.2.2), [imdb-api](https://github.com/worr/node-imdb-api) (2.2.1), [request-promise](https://github.com/request/request-promise) (4.1.1), [mathjs](http://mathjs.org/) (3.10.0)")
|
||||
.addField('Other Credit',
|
||||
"[Cleverbot API](https://www.cleverbot.com/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/#)")
|
||||
"[Cleverbot API](https://www.cleverbot.com/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/#), [Heroku](https://www.heroku.com/)")
|
||||
.addField('My Server',
|
||||
"[Click Here to Join!](https://discord.gg/fqQF8mc)")
|
||||
.addField('Invite Link:',
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
<div class="content">
|
||||
<style>
|
||||
.xiaobox {
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-color: lime;
|
||||
}
|
||||
</style>
|
||||
<marquee behavior="scroll" direction="left"><font size="25">XiaoBot, your personal server companion...</font> </marquee>
|
||||
<h3></h3>
|
||||
<div class="xiaobox">
|
||||
<h2>Modules</h2>
|
||||
<ul>
|
||||
<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/fojas/cleverbot-node">cleverbot-node</a></li>
|
||||
<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/request/request-promise">request-promise</a></li>
|
||||
<li><a href="http://mathjs.org/">mathjs</a></li>
|
||||
</ul>
|
||||
<h2>APIs</h2>
|
||||
<ul>
|
||||
<li><a href="https://www.cleverbot.com/api/">Cleverbot API</a></li>
|
||||
<li><a href="https://developer.wattpad.com/docs/api">Wattpad API</a></li>
|
||||
<li><a href="http://developer.wordnik.com/docs.html">Wordnik API</a></li>
|
||||
<li><a href="https://osu.ppy.sh/p/api">osu! API</a></li>
|
||||
<li><a href="https://memegen.link/">memegen.link</a></li>
|
||||
<li><a href="http://docs.yugiohprices.apiary.io/#">Yugioh Prices API</a></li>
|
||||
</ul>
|
||||
<h2>Information</h2>
|
||||
<ul>
|
||||
<li><a href="https://discord.gg/fqQF8mc">Home Server</a></li>
|
||||
<li>Command Count: 90</li>
|
||||
<li>Server Host: <a href="https://www.heroku.com/">Heroku</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,47 @@
|
||||
<div class="content">
|
||||
<style>
|
||||
.xiaobox {
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-color: lime;
|
||||
}
|
||||
</style>
|
||||
<div class="xiaobox">
|
||||
<h2>Features</h2>
|
||||
<ul>
|
||||
<li>Get User Info</li>
|
||||
<li>Get Server Info</li>
|
||||
<li>Moderation Commands</li>
|
||||
<li>Random Images (Cat, Pun, Potato, etc.)</li>
|
||||
<li>Magic 8 Ball</li>
|
||||
<li>Avatar Editing (RIP, Bob Ross, etc.)</li>
|
||||
<li>Meme Generator</li>
|
||||
<li>Math</li>
|
||||
<li>Random Roasts and Compliments</li>
|
||||
<li>Random Name Generator</li>
|
||||
<li>Rate Waifus and Ship People</li>
|
||||
<li>Rock, Paper, Scissors</li>
|
||||
<li>Roll a Customizable Dice</li>
|
||||
<li>Random VOCALOID Songs</li>
|
||||
<li>Roleplay Commands</li>
|
||||
<li>Define Words</li>
|
||||
<li>Search IMDB</li>
|
||||
<li>Get Neopet Images</li>
|
||||
<li>Search for osu! Users</li>
|
||||
<li>Pokédex</li>
|
||||
<li>Search Urban Dictionary</li>
|
||||
<li>Search Wattpad for Books</li>
|
||||
<li>Get Weather for a Location</li>
|
||||
<li>Search Wikipedia</li>
|
||||
<li>Get Yu-Gi-Oh! Card Data</li>
|
||||
<li>Pirate Translator</li>
|
||||
<li>Randomize and Shuffle Text</li>
|
||||
<li>Convert Hiragana and Katakana to Romaji</li>
|
||||
<li>Translate Text</li>
|
||||
<li>Zalgoize Text</li>
|
||||
<li>And so so so much more!</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,20 @@
|
||||
<div class="content">
|
||||
<style>
|
||||
.xiaobox {
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-color: lime;
|
||||
}
|
||||
</style>
|
||||
<div class="xiaobox">
|
||||
<h2>Notes:</h2>
|
||||
<ol>
|
||||
<li>Moderation Commands Require a Channel Named "mod_logs" to send Warn/Kick/Ban Logs</li>
|
||||
<li>Use ;help to View a Command List</li>
|
||||
<li>If you find a bug, use ;contact to report it. Do note that if you abuse this feature, you will be banned from it.</li>
|
||||
<li>Visit my <a href="https://discord.gg/fqQF8mc">Home Server</a> for more support, or for updates, or if you just want to hang out.</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,90 @@
|
||||
<div class="content">
|
||||
<style>
|
||||
.xiaobox {
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
font-size: 100%;
|
||||
border-style: solid;
|
||||
border-color: lime;
|
||||
}
|
||||
</style>
|
||||
<marquee behavior="scroll" direction="left"><font size="25">XiaoBot, your personal server companion...</font> </marquee>
|
||||
<h3></h3>
|
||||
<div class="xiaobox">
|
||||
<h2>Features</h2>
|
||||
<ul>
|
||||
<li>Get User Info</li>
|
||||
<li>Get Server Info</li>
|
||||
<li>Moderation Commands</li>
|
||||
<li>Random Images (Cat, Pun, Potato, etc.)</li>
|
||||
<li>Magic 8 Ball</li>
|
||||
<li>Avatar Editing (RIP, Bob Ross, etc.)</li>
|
||||
<li>Meme Generator</li>
|
||||
<li>Math</li>
|
||||
<li>Random Roasts and Compliments</li>
|
||||
<li>Random Name Generator</li>
|
||||
<li>Rate Waifus and Ship People</li>
|
||||
<li>Rock, Paper, Scissors</li>
|
||||
<li>Roll a Customizable Dice</li>
|
||||
<li>Random VOCALOID Songs</li>
|
||||
<li>Roleplay Commands</li>
|
||||
<li>Define Words</li>
|
||||
<li>Search IMDB</li>
|
||||
<li>Get Neopet Images</li>
|
||||
<li>Search for osu! Users</li>
|
||||
<li>Pokédex</li>
|
||||
<li>Search Urban Dictionary</li>
|
||||
<li>Search Wattpad for Books</li>
|
||||
<li>Get Weather for a Location</li>
|
||||
<li>Search Wikipedia</li>
|
||||
<li>Get Yu-Gi-Oh! Card Data</li>
|
||||
<li>Pirate Translator</li>
|
||||
<li>Randomize and Shuffle Text</li>
|
||||
<li>Convert Hiragana and Katakana to Romaji</li>
|
||||
<li>Translate Text</li>
|
||||
<li>Zalgoize Text</li>
|
||||
<li>And so so so much more!</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h3></h3>
|
||||
<div class="xiaobox">
|
||||
<h2>Notes:</h2>
|
||||
<ol>
|
||||
<li>Moderation Commands Require a Channel Named "mod_logs" to send Warn/Kick/Ban Logs</li>
|
||||
<li>Use ;help to View a Command List</li>
|
||||
<li>If you find a bug, use ;contact to report it. Do note that if you abuse this feature, you will be banned from it.</li>
|
||||
<li>Visit my <a href="https://discord.gg/fqQF8mc">Home Server</a> for more support, or for updates, or if you just want to hang out.</li>
|
||||
</ol>
|
||||
<h2>Modules</h2>
|
||||
<ul>
|
||||
<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/fojas/cleverbot-node">cleverbot-node</a></li>
|
||||
<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/request/request-promise">request-promise</a></li>
|
||||
<li><a href="http://mathjs.org/">mathjs</a></li>
|
||||
</ul>
|
||||
<h2>APIs</h2>
|
||||
<ul>
|
||||
<li><a href="https://www.cleverbot.com/api/">Cleverbot API</a></li>
|
||||
<li><a href="https://developer.wattpad.com/docs/api">Wattpad API</a></li>
|
||||
<li><a href="http://developer.wordnik.com/docs.html">Wordnik API</a></li>
|
||||
<li><a href="https://osu.ppy.sh/p/api">osu! API</a></li>
|
||||
<li><a href="https://memegen.link/">memegen.link</a></li>
|
||||
<li><a href="http://docs.yugiohprices.apiary.io/#">Yugioh Prices API</a></li>
|
||||
</ul>
|
||||
<h2>Information</h2>
|
||||
<ul>
|
||||
<li><a href="https://discord.gg/fqQF8mc">Home Server</a></li>
|
||||
<li>Command Count: 90</li>
|
||||
<li>Server Host: <a href="https://www.heroku.com/">Heroku</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user