mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Use avatarSize
This commit is contained in:
@@ -30,6 +30,7 @@ module.exports = class ApprovedCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -18,6 +18,7 @@ module.exports = class AsciiCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -27,6 +27,7 @@ module.exports = class BlurCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -35,6 +35,7 @@ module.exports = class BobRossCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -28,6 +28,7 @@ module.exports = class BrazzersCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -27,6 +27,7 @@ module.exports = class CharcoalCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -21,6 +21,7 @@ module.exports = class ChocolateMilkCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 1024,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 1024 })
|
||||
},
|
||||
{
|
||||
|
||||
@@ -20,6 +20,7 @@ module.exports = class CircleCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -30,6 +30,7 @@ module.exports = class CommunistCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -20,6 +20,7 @@ module.exports = class ContrastCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -25,6 +25,7 @@ module.exports = class DesaturateCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -28,6 +28,7 @@ module.exports = class DexterCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 256,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -24,6 +24,7 @@ module.exports = class DistortCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -27,6 +27,7 @@ module.exports = class EmbossCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -30,6 +30,7 @@ module.exports = class FireFrameCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -34,6 +34,7 @@ module.exports = class FishEyeCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -37,6 +37,7 @@ module.exports = class FrameCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -19,6 +19,7 @@ module.exports = class GhostCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -29,6 +29,7 @@ module.exports = class GlassShatterCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -20,6 +20,7 @@ module.exports = class GlitchCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -21,6 +21,7 @@ module.exports = class GreyscaleCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -28,6 +28,7 @@ module.exports = class GunCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -29,6 +29,7 @@ module.exports = class HandsCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -27,6 +27,7 @@ module.exports = class IfunnyCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -33,6 +33,7 @@ module.exports = class ImplodeCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -20,6 +20,7 @@ module.exports = class InvertCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -35,6 +35,7 @@ module.exports = class LegoIconCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -28,6 +28,7 @@ module.exports = class LiquidRescaleCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -26,6 +26,7 @@ module.exports = class MirrorCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -21,6 +21,7 @@ module.exports = class MotionBlurCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -27,6 +27,7 @@ module.exports = class NeedsMoreJpegCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -35,6 +35,7 @@ module.exports = class NoiseCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -28,6 +28,7 @@ module.exports = class OilPaintingCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -23,6 +23,7 @@ module.exports = class PetCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 128,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 128 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -21,6 +21,7 @@ module.exports = class PixelizeCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -30,6 +30,7 @@ module.exports = class PoliceTapeCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -21,6 +21,7 @@ module.exports = class RainbowCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -30,6 +30,7 @@ module.exports = class RejctedCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -25,6 +25,7 @@ module.exports = class RotateCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -20,6 +20,7 @@ module.exports = class SepiaCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -27,6 +27,7 @@ module.exports = class ShakeCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -20,6 +20,7 @@ module.exports = class SilhouetteCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -29,6 +29,7 @@ module.exports = class SipCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 1024,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 1024 })
|
||||
},
|
||||
{
|
||||
|
||||
@@ -24,6 +24,7 @@ module.exports = class SketchCommand extends Command {
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
maxAttachmentSize: 2e+6,
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -38,6 +38,7 @@ module.exports = class SnapchatCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -50,6 +50,7 @@ module.exports = class SpotifyNowPlayingCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 256,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -19,6 +19,7 @@ module.exports = class SquareCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -34,6 +34,7 @@ module.exports = class SquishCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -46,6 +46,7 @@ module.exports = class SteamCardCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 256,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 256 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -34,6 +34,7 @@ module.exports = class SubtitleCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -33,6 +33,7 @@ module.exports = class SwirlCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -25,6 +25,7 @@ module.exports = class TintCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -20,6 +20,7 @@ module.exports = class VignetteCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -30,6 +30,7 @@ module.exports = class WantedCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -40,6 +40,7 @@ module.exports = class WildPokemonCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 128,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 128 })
|
||||
}
|
||||
]
|
||||
|
||||
@@ -29,6 +29,7 @@ module.exports = class YouDiedCommand extends Command {
|
||||
{
|
||||
key: 'image',
|
||||
type: 'image-or-avatar',
|
||||
avatarSize: 512,
|
||||
default: msg => msg.author.displayAvatarURL({ extension: 'png', size: 512 })
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user