Change all throttling defaults

This commit is contained in:
Dragon Fire
2021-03-22 20:07:42 -04:00
parent 76091b29fd
commit 832595c7d0
187 changed files with 192 additions and 188 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class DominantColorCommand extends Command {
memberName: 'dominant-color',
description: 'Determines the dominant color of an image.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
args: [
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = class FaceCommand extends Command {
memberName: 'face',
description: 'Determines the race, gender, and age of a face.',
throttling: {
usages: 1,
usages: 2,
duration: 30
},
credit: [
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class HasTransparencyCommand extends Command {
memberName: 'has-transparency',
description: 'Determines if an image has transparency in it.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
args: [
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class ImageSizeCommand extends Command {
memberName: 'image-size',
description: 'Determines the size of an image.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
args: [
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class NsfwCommand extends Command {
memberName: 'nsfw',
description: 'Determines if an image is NSFW.',
throttling: {
usages: 1,
usages: 2,
duration: 30
},
args: [
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class OcrCommand extends Command {
memberName: 'ocr',
description: 'Performs Optical Character Recognition on an image.',
throttling: {
usages: 1,
usages: 2,
duration: 60
},
args: [
+4
View File
@@ -13,6 +13,10 @@ module.exports = class WhatAnimeCommand extends Command {
group: 'analyze',
memberName: 'what-anime',
description: 'Determines what anime a screenshot is from.',
throttling: {
usages: 2,
duration: 30
},
credit: [
{
name: 'WAIT: What Anime Is This?',
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class AvatarFusionCommand extends Command {
memberName: 'avatar-fusion',
description: 'Draws a a user\'s avatar over a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class ChocolateMilkCommand extends Command {
memberName: 'chocolate-milk',
description: 'Draws a user\'s avatar holding chocolate milk.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = class EjectCommand extends Command {
memberName: 'eject',
description: 'Ejects a user.',
throttling: {
usages: 1,
usages: 2,
duration: 30
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = class FireCommand extends Command {
memberName: 'fire',
description: 'Burns a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 30
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = class HatCommand extends Command {
description: 'Draws a hat over a user\'s avatar.',
details: `**Hats:** ${hats.join(', ')}`,
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class HeLivesInYouCommand extends Command {
memberName: 'he-lives-in-you',
description: 'Draws a user\'s avatar over Simba from The Lion King\'s reflection.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class HeartsCommand extends Command {
memberName: 'hearts',
description: 'Draws hearts around a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class IHaveThePowerCommand extends Command {
memberName: 'i-have-the-power',
description: 'Draws a user\'s avatar over He-Man\'s face.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class RipCommand extends Command {
memberName: 'rip',
description: 'Draws a user\'s avatar over a gravestone.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class SipCommand extends Command {
memberName: 'sip',
description: 'Draws a user\'s avatar sipping tea.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
@@ -13,7 +13,7 @@ module.exports = class SteamNowPlayingClassicCommand extends Command {
memberName: 'steam-now-playing-classic',
description: 'Draws a user\'s avatar over a Steam "now playing" notification (old skin).',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class SteamNowPlayingCommand extends Command {
memberName: 'steam-now-playing',
description: 'Draws a user\'s avatar over a Steam "now playing" notification.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = class TriggeredCommand extends Command {
memberName: 'triggered',
description: 'Draws a user\'s avatar over the "Triggered" meme.',
throttling: {
usages: 1,
usages: 2,
duration: 30
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -28,7 +28,7 @@ module.exports = class AceAttorneyCommand extends Command {
description: 'Sends a text box from Ace Attorney with the quote and character of your choice.',
details: `**Characters:** ${Object.keys(characters).join(', ')}`,
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class AchievementCommand extends Command {
memberName: 'achievement',
description: 'Sends a Minecraft achievement with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
@@ -11,7 +11,7 @@ module.exports = class AxisCultSignUpCommand extends Command {
memberName: 'axis-cult-sign-up',
description: 'Sends an Axis Cult Sign-Up sheet for you. Join today!',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class CautionCommand extends Command {
memberName: 'caution',
description: 'Creates a caution sign with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class CertificateCommand extends Command {
memberName: 'certificate',
description: 'Sends a certificate of excellence with the name and reason of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
@@ -12,7 +12,7 @@ module.exports = class ChineseRestaurantCommand extends Command {
memberName: 'chinese-restaurant',
description: 'Sends a Chinese restaurant sign with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class DangerCommand extends Command {
memberName: 'danger',
description: 'Creates a danger sign with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class FontCommand extends Command {
memberName: 'font',
description: 'Types text in a specific font.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
args: [
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class GandhiQuoteCommand extends Command {
memberName: 'gandhi-quote',
description: 'Makes Mahatma Gandhi say the quote you want.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class HighwaySignCommand extends Command {
memberName: 'highway-sign',
description: 'Sends a highway sign sign with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class HollywoodStarCommand extends Command {
memberName: 'hollywood-star',
description: 'Sends a Hollywood Walk of Fame star with the name of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
@@ -11,7 +11,7 @@ module.exports = class JeopardyQuestionCommand extends Command {
memberName: 'jeopardy-question',
description: 'Sends a Jeopardy Question with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class LicensePlateCommand extends Command {
memberName: 'license-plate',
description: 'Creates a license plate with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class SpeedLimitCommand extends Command {
memberName: 'speed-limit',
description: 'Sends a Speed Limit sign with the limit of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
@@ -12,7 +12,7 @@ module.exports = class SpongebobTimeCardCommand extends Command {
memberName: 'spongebob-time-card',
description: 'Sends a Spongebob Time Card with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = class TweetCommand extends Command {
memberName: 'tweet',
description: 'Sends a Twitter tweet with the user and text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = class UndertaleCommand extends Command {
description: 'Sends a text box from Undertale with the quote and character of your choice.',
details: `**Characters:** ${characters.join(', ')}`,
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = class ZeroDialogueCommand extends Command {
memberName: 'zero-dialogue',
description: 'Sends a text box from Megaman Zero with the quote of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = class AnimeEyesCommand extends Command {
memberName: 'anime-eyes',
description: 'Draws anime eyes onto the faces in an image.',
throttling: {
usages: 1,
usages: 2,
duration: 60
},
credit: [
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class ApprovedCommand extends Command {
memberName: 'approved',
description: 'Draws an "approved" stamp over an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class AsciiCommand extends Command {
memberName: 'ascii',
description: 'Draws an image or a user\'s avatar but with ascii.',
throttling: {
usages: 1,
usages: 2,
duration: 15
},
args: [
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class BlurCommand extends Command {
memberName: 'blur',
description: 'Draws an image or a user\'s avatar but blurred.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class BobRossCommand extends Command {
memberName: 'bob-ross',
description: 'Draws an image or a user\'s avatar over Bob Ross\' canvas.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class BrazzersCommand extends Command {
description: 'Draws an image with the Brazzers logo in the corner.',
nsfw: true,
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class CharcoalCommand extends Command {
memberName: 'charcoal',
description: 'Draws an image or a user\'s avatar but with charcoal.',
throttling: {
usages: 1,
usages: 2,
duration: 15
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class CircleCommand extends Command {
memberName: 'circle',
description: 'Draws an image or a user\'s avatar as a circle.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class ColorCommand extends Command {
memberName: 'color',
description: 'Sends an image of the color you choose.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class CommunistCommand extends Command {
memberName: 'communist',
description: 'Draws the Communist flag over an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class ContrastCommand extends Command {
memberName: 'contrast',
description: 'Draws an image or a user\'s avatar but with contrast.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = class ConvertImageCommand extends Command {
description: 'Converts an image from one format to another.',
details: `**Formats:** ${Object.keys(formats).join(', ')}`,
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = class DannyDevitoCommand extends Command {
memberName: 'danny-devito',
description: 'Draws Danny Devito\'s face onto the faces in an image.',
throttling: {
usages: 1,
usages: 2,
duration: 60
},
credit: [
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class DesaturateCommand extends Command {
memberName: 'desaturate',
description: 'Draws an image or a user\'s avatar but desaturated.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class DexterCommand extends Command {
memberName: 'dexter',
description: 'Draws an image or a user\'s avatar over the screen of Dexter from Pokémon.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class DistortCommand extends Command {
memberName: 'distort',
description: 'Draws an image or a user\'s avatar but distorted.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class EmbossCommand extends Command {
memberName: 'emboss',
description: 'Draws an image or a user\'s avatar but embossed.',
throttling: {
usages: 1,
usages: 2,
duration: 15
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class EyesCommand extends Command {
memberName: 'eyes',
description: 'Draws emoji eyes onto the faces in an image.',
throttling: {
usages: 1,
usages: 2,
duration: 60
},
credit: [
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class FireFrameCommand extends Command {
memberName: 'fire-frame',
description: 'Draws a fiery border over an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class FishEyeCommand extends Command {
memberName: 'fish-eye',
description: 'Draws an image or a user\'s avatar but with a fish-eye lens.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = class FrameCommand extends Command {
memberName: 'frame',
description: 'Draws a frame around an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class GhostCommand extends Command {
memberName: 'ghost',
description: 'Draws an image or a user\'s avatar but with a ghost-like transparency.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class GlassShatterCommand extends Command {
memberName: 'glass-shatter',
description: 'Draws an image or a user\'s avatar with a glass shatter in front of it.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class GlitchCommand extends Command {
memberName: 'glitch',
description: 'Draws an image or a user\'s avatar but glitched.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class GreyscaleCommand extends Command {
memberName: 'greyscale',
description: 'Draws an image or a user\'s avatar in greyscale.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class GunCommand extends Command {
memberName: 'gun',
description: 'Draws a gun over an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class HandsCommand extends Command {
memberName: 'hands',
description: 'Draws creepy hands over an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class IfunnyCommand extends Command {
memberName: 'ifunny',
description: 'Draws an image with the iFunny logo.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class ImplodeCommand extends Command {
memberName: 'implode',
description: 'Draws an image or a user\'s avatar but imploded.',
throttling: {
usages: 1,
usages: 2,
duration: 15
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class InvertCommand extends Command {
memberName: 'invert',
description: 'Draws an image or a user\'s avatar but inverted.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class LegoIconCommand extends Command {
memberName: 'lego-icon',
description: 'Edits an image or avatar onto a character icon from LEGO Star Wars.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class LiquidRescaleCommand extends Command {
memberName: 'liquid-rescale',
description: 'Draws an image or a user\'s avatar but with liquid rescale from ImageMagick.',
throttling: {
usages: 1,
usages: 2,
duration: 30
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class MirrorCommand extends Command {
memberName: 'mirror',
description: 'Draws an image or a user\'s avatar but mirrored on the X/Y axis (or both).',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class MotionBlurCommand extends Command {
memberName: 'motion-blur',
description: 'Draws an image or a user\'s avatar with motion blur.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class NeedsMoreJpegCommand extends Command {
memberName: 'needs-more-jpeg',
description: 'Draws an image or a user\'s avatar as a low quality JPEG.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class NoiseCommand extends Command {
description: 'Draws an image or a user\'s avatar but with noise.',
details: `**Types:** ${types.join(', ')}`,
throttling: {
usages: 1,
usages: 2,
duration: 15
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class OilPaintingCommand extends Command {
memberName: 'oil-painting',
description: 'Draws an image or a user\'s avatar but with oil paints.',
throttling: {
usages: 1,
usages: 2,
duration: 15
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = class PetCommand extends Command {
memberName: 'pet',
description: 'Pets an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 30
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class PixelizeCommand extends Command {
memberName: 'pixelize',
description: 'Draws an image or a user\'s avatar pixelized.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class PoliceTapeCommand extends Command {
memberName: 'police tape',
description: 'Draws police tape over an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class RainbowCommand extends Command {
memberName: 'rainbow',
description: 'Draws a rainbow over an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class RejctedCommand extends Command {
memberName: 'rejected',
description: 'Draws a "rejected" stamp over an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class ResizeCommand extends Command {
memberName: 'resize',
description: 'Draws an image or a user\'s avatar resized to the size you want.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class RotateCommand extends Command {
memberName: 'rotate',
description: 'Draws an image or a user\'s avatar but rotated a number of degrees.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class SepiaCommand extends Command {
memberName: 'sepia',
description: 'Draws an image or a user\'s avatar in sepia.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class ShakeCommand extends Command {
memberName: 'shake',
description: 'Draws an image or a user\'s avatar shaking.',
throttling: {
usages: 1,
usages: 2,
duration: 30
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class SilhouetteCommand extends Command {
memberName: 'silhouette',
description: 'Draws a silhouette of an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class SimpCommand extends Command {
memberName: 'simp',
description: 'Draws a "simp" stamp over an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class SpotifyNowPlayingCommand extends Command {
memberName: 'spotify-now-playing',
description: 'Draws an image or a user\'s avatar on a Spotify album with the name and artist of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class SquareCommand extends Command {
memberName: 'square',
description: 'Draws an image or a user\'s avatar as a square.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class SquishCommand extends Command {
memberName: 'squish',
description: 'Draws an image or a user\'s avatar but squished across the X or Y axis.',
throttling: {
usages: 1,
usages: 2,
duration: 60
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class SteamCardCommand extends Command {
memberName: 'steam-card',
description: 'Draws an image or a user\'s avatar on a Steam Trading Card.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class SubtitleCommand extends Command {
memberName: 'subtitle',
description: 'Adds subtitles to an image.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class SwirlCommand extends Command {
memberName: 'swirl',
description: 'Draws an image or a user\'s avatar but swirled.',
throttling: {
usages: 1,
usages: 2,
duration: 15
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class TintCommand extends Command {
memberName: 'tint',
description: 'Draws an image or a user\'s avatar but tinted a specific color.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class WantedCommand extends Command {
memberName: 'wanted',
description: 'Draws an image or a user\'s avatar over a wanted poster.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class WildPokemonCommand extends Command {
memberName: 'wild-pokemon',
description: 'Draws an image or a user\'s avatar over a wild Pokémon appearance.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class YouDiedCommand extends Command {
memberName: 'you-died',
description: 'Sends a "You Died" screen over an image or a user\'s avatar.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = class YuGiOhGenCommand extends Command {
memberName: 'yu-gi-oh-gen',
description: 'Draws an image or a user\'s avatar on a Yu-Gi-Oh! Trading Card with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class ThreeThousandYearsCommand extends Command {
memberName: '3000-years',
description: 'Draws an image or a user\'s avatar over Pokémon\'s "It\'s been 3000 years" meme.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class AlertCommand extends Command {
memberName: 'alert',
description: 'Sends a Presidential Alert message with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class LisaPresentationCommand extends Command {
memberName: 'bart-chalkboard',
description: 'Sends a "Bart Chalkboard" meme with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],

Some files were not shown because too many files have changed in this diff Show More