Use avatarSize

This commit is contained in:
Dragon Fire
2024-05-09 00:23:04 -04:00
parent f881407643
commit 9118e0f054
91 changed files with 101 additions and 11 deletions
+1
View File
@@ -29,6 +29,7 @@ module.exports = class ThreeThousandYearsCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 256,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
}
]
+2 -1
View File
@@ -31,7 +31,8 @@ module.exports = class BottomTextCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 2048 })
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
});
+1
View File
@@ -102,6 +102,7 @@ module.exports = class ChallengerCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
+1
View File
@@ -30,6 +30,7 @@ module.exports = class CrushCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
+1
View File
@@ -20,6 +20,7 @@ module.exports = class DeepFryCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
+1
View File
@@ -40,6 +40,7 @@ module.exports = class DemotivationalCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
+1
View File
@@ -29,6 +29,7 @@ module.exports = class DislikeCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 1024,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 1024 })
}
]
+1
View File
@@ -35,6 +35,7 @@ module.exports = class EnslavedCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 256,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
}
]
+1
View File
@@ -29,6 +29,7 @@ module.exports = class ForFiveHoursCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 1024,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 1024 })
}
]
@@ -36,6 +36,7 @@ module.exports = class GirlWorthFightingForCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 256,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
}
]
+1
View File
@@ -30,6 +30,7 @@ module.exports = class IFearNoManCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 256,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
}
]
+1
View File
@@ -34,6 +34,7 @@ module.exports = class KyonGunCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
+1
View File
@@ -29,6 +29,7 @@ module.exports = class LikeCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 1024,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 1024 })
}
]
@@ -29,6 +29,7 @@ module.exports = class LookAtThisPhotographCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 256,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
}
]
@@ -35,6 +35,7 @@ module.exports = class LookWhatKarenHaveCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
+2 -1
View File
@@ -41,7 +41,8 @@ module.exports = class MemeGenCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 2048 })
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
});
+1
View File
@@ -41,6 +41,7 @@ module.exports = class MetamorphosisCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 256,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
}
]
@@ -30,6 +30,7 @@ module.exports = class MyCollectionGrowsCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 256,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
}
]
+2 -1
View File
@@ -45,7 +45,8 @@ module.exports = class NikeAdCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 2048 })
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
});
+1
View File
@@ -33,6 +33,7 @@ module.exports = class ReactionMemeCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 1024,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 1024 })
}
]
+1
View File
@@ -23,6 +23,7 @@ module.exports = class SexySinglesCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 1024,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 1024 })
}
]
+2 -1
View File
@@ -41,7 +41,8 @@ module.exports = class SkyrimSkillCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 2048 })
avatarSize: 1024,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 1024 })
}
]
});
+1
View File
@@ -35,6 +35,7 @@ module.exports = class SoraSelfieCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
+1
View File
@@ -30,6 +30,7 @@ module.exports = class ThisGuyCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 256,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
}
]
+2 -1
View File
@@ -30,7 +30,8 @@ module.exports = class ThugLifeCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 2048 })
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
});
+1
View File
@@ -29,6 +29,7 @@ module.exports = class ToBeContinuedCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
+1
View File
@@ -30,6 +30,7 @@ module.exports = class UglyCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 256,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
}
]
+1
View File
@@ -30,6 +30,7 @@ module.exports = class UltimateTattooCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 256,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
}
]
+2 -1
View File
@@ -28,7 +28,8 @@ module.exports = class VietnamFlashbacksCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 2048 })
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]
});
+1
View File
@@ -30,6 +30,7 @@ module.exports = class WorthlessCommand extends Command {
{
key: 'image',
type: 'image-or-avatar',
avatarSize: 512,
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
}
]