mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Overhaul how credit works, change lots of images
This commit is contained in:
@@ -19,16 +19,21 @@ module.exports = class AchievementCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Minecraft',
|
||||
url: 'https://www.minecraft.net/en-us/'
|
||||
name: 'Mojang',
|
||||
url: 'https://www.mojang.com/',
|
||||
reason: 'Original "Minecraft" Game',
|
||||
reasonURL: 'https://www.minecraft.net/en-us/',
|
||||
},
|
||||
{
|
||||
name: 'Minecraft Achievement Generator',
|
||||
url: 'https://www.minecraftskinstealer.com/achievement/'
|
||||
url: 'https://www.minecraftskinstealer.com/achievement/',
|
||||
reason: 'Image'
|
||||
},
|
||||
{
|
||||
name: 'Minecraftia Font',
|
||||
url: 'https://www.dafont.com/minecraftia.font'
|
||||
name: 'Andrew Tyler',
|
||||
url: 'https://www.dafont.com/andrew-tyler.d2526',
|
||||
reason: 'Minecraftia Font',
|
||||
reasonURL: 'https://www.dafont.com/minecraftia.font'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,7 +19,9 @@ module.exports = class ApprovedCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Redeeming God',
|
||||
url: 'https://redeeminggod.com/'
|
||||
url: 'https://redeeminggod.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://redeeminggod.com/courses/gospel-dictionary/lessons/gospel-dictionary-approved/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -11,8 +11,10 @@ module.exports = class CreateQRCodeCommand extends Command {
|
||||
description: 'Converts text to a QR Code.',
|
||||
credit: [
|
||||
{
|
||||
name: 'QR Code Generator\'s QR code API',
|
||||
url: 'http://goqr.me/api/'
|
||||
name: 'goQR.me',
|
||||
url: 'http://goqr.me/',
|
||||
reason: 'QR code API',
|
||||
reasonURL: 'http://goqr.me/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -19,8 +19,10 @@ module.exports = class FireCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'susi1959 - PicMix',
|
||||
url: 'https://en.picmix.com/profile/susi1959'
|
||||
name: 'susi1959',
|
||||
url: 'https://en.picmix.com/profile/susi1959',
|
||||
reason: 'Image',
|
||||
reasonURL: 'https://en.picmix.com/stamp/FIRE-FRAME-ORANGE-cadre-feu-orange-360274'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,10 @@ module.exports = class FrameCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'PNG Arts',
|
||||
url: 'https://www.pngarts.com/'
|
||||
name: 'www.aljanh.net',
|
||||
url: 'http://www.aljanh.net/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'http://www.aljanh.net/frame-wallpapers/1508614706.html'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,7 +18,8 @@ module.exports = class IfunnyCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'iFunny',
|
||||
url: 'https://ifunny.co/'
|
||||
url: 'https://ifunny.co/',
|
||||
reason: 'Logo'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -14,12 +14,10 @@ module.exports = class MinecraftSkinCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Minecraft',
|
||||
url: 'https://www.minecraft.net/en-us/'
|
||||
},
|
||||
{
|
||||
name: 'Mojang API',
|
||||
url: 'https://wiki.vg/Mojang_API'
|
||||
name: 'Mojang',
|
||||
url: 'https://www.mojang.com/',
|
||||
reason: 'API, Original "Minecraft" Game',
|
||||
reasonURL: 'https://wiki.vg/Mojang_API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = class NewspaperCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'The Newspaper Clipping Generator',
|
||||
url: 'https://www.fodey.com/generators/newspaper/snippet.asp'
|
||||
url: 'https://www.fodey.com/generators/newspaper/snippet.asp',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -15,11 +15,13 @@ module.exports = class PokemonFusionCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Pokémon',
|
||||
url: 'https://www.pokemon.com/us/'
|
||||
url: 'https://www.pokemon.com/us/',
|
||||
reason: 'Original Game'
|
||||
},
|
||||
{
|
||||
name: 'Pokemon Fusion',
|
||||
url: 'https://pokemon.alexonsager.net/'
|
||||
url: 'https://pokemon.alexonsager.net/',
|
||||
reason: 'Images'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -18,8 +18,10 @@ module.exports = class RejctedCommand extends Command {
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'People PNG',
|
||||
url: 'https://peoplepng.com/'
|
||||
name: 'Clipart Library',
|
||||
url: 'http://clipart-library.com/',
|
||||
reason: 'Image',
|
||||
reasonURL: 'http://clipart-library.com/clipart/Rejected-Stamp-Transparent.htm'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = class RobohashCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'RoboHash',
|
||||
url: 'https://robohash.org/'
|
||||
url: 'https://robohash.org/',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
@@ -13,7 +13,8 @@ module.exports = class ShieldsIoBadgeCommand extends Command {
|
||||
credit: [
|
||||
{
|
||||
name: 'Shields.io',
|
||||
url: 'https://shields.io/'
|
||||
url: 'https://shields.io/',
|
||||
reason: 'API'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
|
||||
Reference in New Issue
Block a user