mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Update Credit Data
This commit is contained in:
@@ -716,11 +716,9 @@ here.
|
||||
- [Deathbulge](http://deathbulge.com/comics)
|
||||
* ultimate-tattoo ([Image](http://deathbulge.com/comics/114))
|
||||
- [Derpibooru](https://derpibooru.org/)
|
||||
* derpibooru (API)
|
||||
* derpibooru ([API](https://www.derpibooru.org/pages/api))
|
||||
- [DeviantArt](https://www.deviantart.com/)
|
||||
* deviantart ([API](https://www.deviantart.com/developers/))
|
||||
- [DeviantArt - xertris](https://www.deviantart.com/xertris)
|
||||
* hat ([Dunce Hat Image](https://www.deviantart.com/xertris/art/Dunce-Cap-634349483))
|
||||
- [devsnek](https://github.com/devsnek)
|
||||
* owo (Code)
|
||||
- [Discord Status Button](https://discord.c99.nl/)
|
||||
@@ -815,7 +813,8 @@ here.
|
||||
* bro-hoof ([Original "My Little Pony: Friendship is Magic" Show](https://mylittlepony.hasbro.com/en-us))
|
||||
* brony-speak ([Original "My Little Pony: Friendship is Magic" Show](https://mylittlepony.hasbro.com/en-us))
|
||||
* connect-four (Original "Connect Four" Game)
|
||||
* scrabble-score ([Original Scrabble Game](https://scrabble.hasbro.com/en-us))
|
||||
* derpibooru ([Original "My Little Pony: Friendship is Magic" Show](https://mylittlepony.hasbro.com/en-us))
|
||||
* scrabble-score ([Original "Scrabble" Game](https://scrabble.hasbro.com/en-us))
|
||||
- [hbl917070](https://github.com/hbl917070)
|
||||
* axis-cult-sign-up ([Font](https://github.com/hbl917070/Konosuba-text))
|
||||
- [Hollywood Walk of Fame](https://walkoffame.com/)
|
||||
@@ -1161,6 +1160,8 @@ here.
|
||||
* sorting-hat ([Sorting Hat Quiz Analysis Data](https://www.reddit.com/r/Pottermore/comments/44os14/pottermore_sorting_hat_quiz_analysis/))
|
||||
- [u/SupremeMemesXD](https://www.reddit.com/user/SupremeMemesXD/)
|
||||
* girl-worth-fighting-for ([Image](https://www.reddit.com/r/MemeTemplatesOfficial/comments/8h39vi/girl_worth_fighting_for_template/))
|
||||
- [u/Two-Tone-](https://www.reddit.com/user/Two-Tone-/)
|
||||
* genie-rules ([Image](https://www.reddit.com/r/MemeTemplatesOfficial/comments/bht9o6/i_made_an_hd_high_quality_version_of_the_4_rules/))
|
||||
- [UNDERTALE](https://undertale.com/)
|
||||
* temmie (Original Game)
|
||||
- [Urban Dictionary](https://www.urbandictionary.com/)
|
||||
@@ -1190,6 +1191,8 @@ here.
|
||||
* wikipedia ([API](https://en.wikipedia.org/w/api.php))
|
||||
- [www.aljanh.net](http://www.aljanh.net/)
|
||||
* frame ([Image](http://www.aljanh.net/frame-wallpapers/1508614706.html))
|
||||
- [xertris](https://www.deviantart.com/xertris)
|
||||
* hat ([Dunce Hat Image](https://www.deviantart.com/xertris/art/Dunce-Cap-634349483))
|
||||
- [xkcd](https://xkcd.com/)
|
||||
* xkcd ([API](https://xkcd.com/json.html))
|
||||
- [Yahoo](https://www.yahoo.com/)
|
||||
|
||||
@@ -14,7 +14,7 @@ module.exports = class ScrabbleScoreCommand extends Command {
|
||||
{
|
||||
name: 'Hasbro',
|
||||
url: 'https://shop.hasbro.com/en-us',
|
||||
reason: 'Original Scrabble Game',
|
||||
reason: 'Original "Scrabble" Game',
|
||||
reasonURL: 'https://scrabble.hasbro.com/en-us'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -38,7 +38,7 @@ module.exports = class HatCommand extends Command {
|
||||
reasonURL: 'https://knowyourmeme.com/forums/just-for-fun/topics/24821-christmas-hat-thread'
|
||||
},
|
||||
{
|
||||
name: 'DeviantArt - xertris',
|
||||
name: 'xertris',
|
||||
url: 'https://www.deviantart.com/xertris',
|
||||
reason: 'Dunce Hat Image',
|
||||
reasonURL: 'https://www.deviantart.com/xertris/art/Dunce-Cap-634349483'
|
||||
|
||||
@@ -20,6 +20,13 @@ module.exports = class GenieRulesCommand extends Command {
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'u/Two-Tone-',
|
||||
url: 'https://www.reddit.com/user/Two-Tone-/',
|
||||
reason: 'Image',
|
||||
// eslint-disable-next-line max-len
|
||||
reasonURL: 'https://www.reddit.com/r/MemeTemplatesOfficial/comments/bht9o6/i_made_an_hd_high_quality_version_of_the_4_rules/'
|
||||
},
|
||||
{
|
||||
name: 'Google',
|
||||
url: 'https://www.google.com/',
|
||||
|
||||
@@ -9,10 +9,17 @@ module.exports = class DerpibooruCommand extends Command {
|
||||
memberName: 'derpibooru',
|
||||
description: 'Responds with an image from Derpibooru.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Hasbro',
|
||||
url: 'https://shop.hasbro.com/en-us',
|
||||
reason: 'Original "My Little Pony: Friendship is Magic" Show',
|
||||
reasonURL: 'https://mylittlepony.hasbro.com/en-us'
|
||||
},
|
||||
{
|
||||
name: 'Derpibooru',
|
||||
url: 'https://derpibooru.org/',
|
||||
reason: 'API'
|
||||
reason: 'API',
|
||||
reasonURL: 'https://www.derpibooru.org/pages/api'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "113.19.0",
|
||||
"version": "113.19.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user