Split Image and Avatar Types

This commit is contained in:
Dragon Fire
2021-01-30 12:02:37 -05:00
parent d84d4faa8c
commit 39e5c4d02e
89 changed files with 118 additions and 101 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ module.exports = class ThreeThousandYearsCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]
+1 -1
View File
@@ -41,7 +41,7 @@ module.exports = class ChallengerCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]
+1 -1
View File
@@ -19,7 +19,7 @@ module.exports = class DeepFryCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
]
+1 -1
View File
@@ -45,7 +45,7 @@ module.exports = class DemotivationalCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
]
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = class DislikeCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
]
+1 -1
View File
@@ -43,7 +43,7 @@ module.exports = class EnslavedCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = class ForFiveHoursCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
]
@@ -35,7 +35,7 @@ module.exports = class GirlWorthFightingForCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'iimage-or-avatarmage',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = class IFearNoManCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = class KyonGunCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
]
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = class LikeCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
]
@@ -28,7 +28,7 @@ module.exports = class LookAtThisPhotographCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = class LookWhatKarenHaveCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
]
+1 -1
View File
@@ -55,7 +55,7 @@ module.exports = class MemeGenClassicCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
]
+1 -1
View File
@@ -53,7 +53,7 @@ module.exports = class MemeGenModernCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 1024 })
}
]
+1 -1
View File
@@ -49,7 +49,7 @@ module.exports = class MetamorphosisCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = class MyCollectionGrowsCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]
+1 -1
View File
@@ -49,7 +49,7 @@ module.exports = class NikeAdCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
]
+1 -1
View File
@@ -42,7 +42,7 @@ module.exports = class SkyrimSkillCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
]
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = class SoraSelfieCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
]
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = class ThisGuyCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = class ThugLifeCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
]
+1 -1
View File
@@ -28,7 +28,7 @@ module.exports = class ToBeContinuedCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
]
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = class UltimateTattooCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 256 })
}
]
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = class VietnamFlashbacksCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
}
]
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = class WorthlessCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
]