mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Update Credit Data
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user