diff --git a/commands/analyze/dominant-color.js b/commands/analyze/dominant-color.js index b9ba11f6..8693e51e 100644 --- a/commands/analyze/dominant-color.js +++ b/commands/analyze/dominant-color.js @@ -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: [ diff --git a/commands/analyze/face.js b/commands/analyze/face.js index f7f339b1..cd753921 100644 --- a/commands/analyze/face.js +++ b/commands/analyze/face.js @@ -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: [ diff --git a/commands/analyze/has-transparency.js b/commands/analyze/has-transparency.js index 0da3a3ea..80ffad91 100644 --- a/commands/analyze/has-transparency.js +++ b/commands/analyze/has-transparency.js @@ -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: [ diff --git a/commands/analyze/image-size.js b/commands/analyze/image-size.js index f222e316..19005ee3 100644 --- a/commands/analyze/image-size.js +++ b/commands/analyze/image-size.js @@ -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: [ diff --git a/commands/analyze/nsfw.js b/commands/analyze/nsfw.js index 701ead69..3133f47f 100644 --- a/commands/analyze/nsfw.js +++ b/commands/analyze/nsfw.js @@ -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: [ diff --git a/commands/analyze/ocr.js b/commands/analyze/ocr.js index 86165cd0..4025915b 100644 --- a/commands/analyze/ocr.js +++ b/commands/analyze/ocr.js @@ -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: [ diff --git a/commands/analyze/what-anime.js b/commands/analyze/what-anime.js index 79624bdc..4a43c7ad 100644 --- a/commands/analyze/what-anime.js +++ b/commands/analyze/what-anime.js @@ -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?', diff --git a/commands/edit-avatar/avatar-fusion.js b/commands/edit-avatar/avatar-fusion.js index b73c37b2..97451fb3 100644 --- a/commands/edit-avatar/avatar-fusion.js +++ b/commands/edit-avatar/avatar-fusion.js @@ -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'], diff --git a/commands/edit-avatar/chocolate-milk.js b/commands/edit-avatar/chocolate-milk.js index 8b5a9ad2..d3062510 100644 --- a/commands/edit-avatar/chocolate-milk.js +++ b/commands/edit-avatar/chocolate-milk.js @@ -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'], diff --git a/commands/edit-avatar/eject.js b/commands/edit-avatar/eject.js index 31a25052..5f295d63 100644 --- a/commands/edit-avatar/eject.js +++ b/commands/edit-avatar/eject.js @@ -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'], diff --git a/commands/edit-avatar/fire.js b/commands/edit-avatar/fire.js index 5bf80f98..cd563442 100644 --- a/commands/edit-avatar/fire.js +++ b/commands/edit-avatar/fire.js @@ -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'], diff --git a/commands/edit-avatar/hat.js b/commands/edit-avatar/hat.js index 1310453c..d18a8c6d 100644 --- a/commands/edit-avatar/hat.js +++ b/commands/edit-avatar/hat.js @@ -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'], diff --git a/commands/edit-avatar/he-lives-in-you.js b/commands/edit-avatar/he-lives-in-you.js index 7965f106..29f24655 100644 --- a/commands/edit-avatar/he-lives-in-you.js +++ b/commands/edit-avatar/he-lives-in-you.js @@ -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'], diff --git a/commands/edit-avatar/hearts.js b/commands/edit-avatar/hearts.js index 813d1270..d8e0f5f2 100644 --- a/commands/edit-avatar/hearts.js +++ b/commands/edit-avatar/hearts.js @@ -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'], diff --git a/commands/edit-avatar/i-have-the-power.js b/commands/edit-avatar/i-have-the-power.js index 8d8f5b06..dff7ac95 100644 --- a/commands/edit-avatar/i-have-the-power.js +++ b/commands/edit-avatar/i-have-the-power.js @@ -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'], diff --git a/commands/edit-avatar/rip.js b/commands/edit-avatar/rip.js index f02072e3..99fd1765 100644 --- a/commands/edit-avatar/rip.js +++ b/commands/edit-avatar/rip.js @@ -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'], diff --git a/commands/edit-avatar/sip.js b/commands/edit-avatar/sip.js index 88da7ff1..aea4143d 100644 --- a/commands/edit-avatar/sip.js +++ b/commands/edit-avatar/sip.js @@ -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'], diff --git a/commands/edit-avatar/steam-now-playing-classic.js b/commands/edit-avatar/steam-now-playing-classic.js index 3d080d95..c140ba71 100644 --- a/commands/edit-avatar/steam-now-playing-classic.js +++ b/commands/edit-avatar/steam-now-playing-classic.js @@ -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'], diff --git a/commands/edit-avatar/steam-now-playing.js b/commands/edit-avatar/steam-now-playing.js index d295461f..0679b15f 100644 --- a/commands/edit-avatar/steam-now-playing.js +++ b/commands/edit-avatar/steam-now-playing.js @@ -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'], diff --git a/commands/edit-avatar/triggered.js b/commands/edit-avatar/triggered.js index aea3fa00..730a9966 100644 --- a/commands/edit-avatar/triggered.js +++ b/commands/edit-avatar/triggered.js @@ -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'], diff --git a/commands/edit-image-text/ace-attorney.js b/commands/edit-image-text/ace-attorney.js index d4072208..a80c123f 100644 --- a/commands/edit-image-text/ace-attorney.js +++ b/commands/edit-image-text/ace-attorney.js @@ -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'], diff --git a/commands/edit-image-text/achievement.js b/commands/edit-image-text/achievement.js index 6663eb98..4d0b4396 100644 --- a/commands/edit-image-text/achievement.js +++ b/commands/edit-image-text/achievement.js @@ -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'], diff --git a/commands/edit-image-text/axis-cult-sign-up.js b/commands/edit-image-text/axis-cult-sign-up.js index 6ceb6f23..d1891336 100644 --- a/commands/edit-image-text/axis-cult-sign-up.js +++ b/commands/edit-image-text/axis-cult-sign-up.js @@ -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'], diff --git a/commands/edit-image-text/caution.js b/commands/edit-image-text/caution.js index 750b7594..19e7f202 100644 --- a/commands/edit-image-text/caution.js +++ b/commands/edit-image-text/caution.js @@ -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'], diff --git a/commands/edit-image-text/certificate.js b/commands/edit-image-text/certificate.js index 4b7c6721..b29d686f 100644 --- a/commands/edit-image-text/certificate.js +++ b/commands/edit-image-text/certificate.js @@ -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'], diff --git a/commands/edit-image-text/chinese-restaurant.js b/commands/edit-image-text/chinese-restaurant.js index 962fcdc7..fdf45848 100644 --- a/commands/edit-image-text/chinese-restaurant.js +++ b/commands/edit-image-text/chinese-restaurant.js @@ -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'], diff --git a/commands/edit-image-text/danger.js b/commands/edit-image-text/danger.js index 66c0d4eb..e54304d7 100644 --- a/commands/edit-image-text/danger.js +++ b/commands/edit-image-text/danger.js @@ -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'], diff --git a/commands/edit-image-text/font.js b/commands/edit-image-text/font.js index 594b4d07..e8de6f6c 100644 --- a/commands/edit-image-text/font.js +++ b/commands/edit-image-text/font.js @@ -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: [ diff --git a/commands/edit-image-text/gandhi-quote.js b/commands/edit-image-text/gandhi-quote.js index dbe7516c..4f1ca20f 100644 --- a/commands/edit-image-text/gandhi-quote.js +++ b/commands/edit-image-text/gandhi-quote.js @@ -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'], diff --git a/commands/edit-image-text/highway-sign.js b/commands/edit-image-text/highway-sign.js index 6ea4b84c..f2abd393 100644 --- a/commands/edit-image-text/highway-sign.js +++ b/commands/edit-image-text/highway-sign.js @@ -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'], diff --git a/commands/edit-image-text/hollywood-star.js b/commands/edit-image-text/hollywood-star.js index 47d29342..78b78eb5 100644 --- a/commands/edit-image-text/hollywood-star.js +++ b/commands/edit-image-text/hollywood-star.js @@ -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'], diff --git a/commands/edit-image-text/jeopardy-question.js b/commands/edit-image-text/jeopardy-question.js index dbc339b0..3a60d3a9 100644 --- a/commands/edit-image-text/jeopardy-question.js +++ b/commands/edit-image-text/jeopardy-question.js @@ -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'], diff --git a/commands/edit-image-text/license-plate.js b/commands/edit-image-text/license-plate.js index 0ef67ed3..8d1c73eb 100644 --- a/commands/edit-image-text/license-plate.js +++ b/commands/edit-image-text/license-plate.js @@ -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'], diff --git a/commands/edit-image-text/speed-limit.js b/commands/edit-image-text/speed-limit.js index 2aa992d1..6372bbe4 100644 --- a/commands/edit-image-text/speed-limit.js +++ b/commands/edit-image-text/speed-limit.js @@ -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'], diff --git a/commands/edit-image-text/spongebob-time-card.js b/commands/edit-image-text/spongebob-time-card.js index 33960a04..042fbf0b 100644 --- a/commands/edit-image-text/spongebob-time-card.js +++ b/commands/edit-image-text/spongebob-time-card.js @@ -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'], diff --git a/commands/edit-image-text/tweet.js b/commands/edit-image-text/tweet.js index 04850580..0575fe1b 100644 --- a/commands/edit-image-text/tweet.js +++ b/commands/edit-image-text/tweet.js @@ -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'], diff --git a/commands/edit-image-text/undertale.js b/commands/edit-image-text/undertale.js index 3d7fa821..b650ec05 100644 --- a/commands/edit-image-text/undertale.js +++ b/commands/edit-image-text/undertale.js @@ -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'], diff --git a/commands/edit-image-text/zero-dialogue.js b/commands/edit-image-text/zero-dialogue.js index 1efd3db1..ec1a8498 100644 --- a/commands/edit-image-text/zero-dialogue.js +++ b/commands/edit-image-text/zero-dialogue.js @@ -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'], diff --git a/commands/edit-image/anime-eyes.js b/commands/edit-image/anime-eyes.js index 42ab8b9f..9018f148 100644 --- a/commands/edit-image/anime-eyes.js +++ b/commands/edit-image/anime-eyes.js @@ -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: [ diff --git a/commands/edit-image/approved.js b/commands/edit-image/approved.js index 05c38fbe..ac2e7234 100644 --- a/commands/edit-image/approved.js +++ b/commands/edit-image/approved.js @@ -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'], diff --git a/commands/edit-image/ascii.js b/commands/edit-image/ascii.js index e0730eb3..64420fbc 100644 --- a/commands/edit-image/ascii.js +++ b/commands/edit-image/ascii.js @@ -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: [ diff --git a/commands/edit-image/blur.js b/commands/edit-image/blur.js index e4e6531d..30ed0e7a 100644 --- a/commands/edit-image/blur.js +++ b/commands/edit-image/blur.js @@ -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'], diff --git a/commands/edit-image/bob-ross.js b/commands/edit-image/bob-ross.js index 45730023..837d69e5 100644 --- a/commands/edit-image/bob-ross.js +++ b/commands/edit-image/bob-ross.js @@ -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'], diff --git a/commands/edit-image/brazzers.js b/commands/edit-image/brazzers.js index 5389c4e8..e0fc078f 100644 --- a/commands/edit-image/brazzers.js +++ b/commands/edit-image/brazzers.js @@ -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'], diff --git a/commands/edit-image/charcoal.js b/commands/edit-image/charcoal.js index 9d4813de..e31ddec7 100644 --- a/commands/edit-image/charcoal.js +++ b/commands/edit-image/charcoal.js @@ -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'], diff --git a/commands/edit-image/circle.js b/commands/edit-image/circle.js index 9fb2a73c..1fa3285b 100644 --- a/commands/edit-image/circle.js +++ b/commands/edit-image/circle.js @@ -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'], diff --git a/commands/edit-image/color.js b/commands/edit-image/color.js index 1429179a..ace11f9f 100644 --- a/commands/edit-image/color.js +++ b/commands/edit-image/color.js @@ -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'], diff --git a/commands/edit-image/communist.js b/commands/edit-image/communist.js index 8b661c97..10914266 100644 --- a/commands/edit-image/communist.js +++ b/commands/edit-image/communist.js @@ -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'], diff --git a/commands/edit-image/contrast.js b/commands/edit-image/contrast.js index 97ef18e4..54b62886 100644 --- a/commands/edit-image/contrast.js +++ b/commands/edit-image/contrast.js @@ -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'], diff --git a/commands/edit-image/convert-image.js b/commands/edit-image/convert-image.js index 115d3e98..cfdf7f98 100644 --- a/commands/edit-image/convert-image.js +++ b/commands/edit-image/convert-image.js @@ -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'], diff --git a/commands/edit-image/danny-devito.js b/commands/edit-image/danny-devito.js index ffd7b418..0ea18808 100644 --- a/commands/edit-image/danny-devito.js +++ b/commands/edit-image/danny-devito.js @@ -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: [ diff --git a/commands/edit-image/desaturate.js b/commands/edit-image/desaturate.js index c738fd65..1c9f2403 100644 --- a/commands/edit-image/desaturate.js +++ b/commands/edit-image/desaturate.js @@ -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'], diff --git a/commands/edit-image/dexter.js b/commands/edit-image/dexter.js index 1f5bd260..a421d5e7 100644 --- a/commands/edit-image/dexter.js +++ b/commands/edit-image/dexter.js @@ -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'], diff --git a/commands/edit-image/distort.js b/commands/edit-image/distort.js index 178fa7ea..210e3881 100644 --- a/commands/edit-image/distort.js +++ b/commands/edit-image/distort.js @@ -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'], diff --git a/commands/edit-image/emboss.js b/commands/edit-image/emboss.js index b5ba812b..3a28e4fb 100644 --- a/commands/edit-image/emboss.js +++ b/commands/edit-image/emboss.js @@ -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'], diff --git a/commands/edit-image/eyes.js b/commands/edit-image/eyes.js index 9a356572..c720b2f3 100644 --- a/commands/edit-image/eyes.js +++ b/commands/edit-image/eyes.js @@ -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: [ diff --git a/commands/edit-image/fire-frame.js b/commands/edit-image/fire-frame.js index 152caa26..25080eb7 100644 --- a/commands/edit-image/fire-frame.js +++ b/commands/edit-image/fire-frame.js @@ -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'], diff --git a/commands/edit-image/fish-eye.js b/commands/edit-image/fish-eye.js index 4d21a492..a535dcf0 100644 --- a/commands/edit-image/fish-eye.js +++ b/commands/edit-image/fish-eye.js @@ -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'], diff --git a/commands/edit-image/frame.js b/commands/edit-image/frame.js index 94c4a198..8e5274c7 100644 --- a/commands/edit-image/frame.js +++ b/commands/edit-image/frame.js @@ -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'], diff --git a/commands/edit-image/ghost.js b/commands/edit-image/ghost.js index d46a6829..22427da9 100644 --- a/commands/edit-image/ghost.js +++ b/commands/edit-image/ghost.js @@ -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'], diff --git a/commands/edit-image/glass-shatter.js b/commands/edit-image/glass-shatter.js index 4be91b92..f3b3776a 100644 --- a/commands/edit-image/glass-shatter.js +++ b/commands/edit-image/glass-shatter.js @@ -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'], diff --git a/commands/edit-image/glitch.js b/commands/edit-image/glitch.js index 5a1f629b..441d44db 100644 --- a/commands/edit-image/glitch.js +++ b/commands/edit-image/glitch.js @@ -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'], diff --git a/commands/edit-image/greyscale.js b/commands/edit-image/greyscale.js index 63415090..a62bb359 100644 --- a/commands/edit-image/greyscale.js +++ b/commands/edit-image/greyscale.js @@ -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'], diff --git a/commands/edit-image/gun.js b/commands/edit-image/gun.js index 4b601cba..a615f574 100644 --- a/commands/edit-image/gun.js +++ b/commands/edit-image/gun.js @@ -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'], diff --git a/commands/edit-image/hands.js b/commands/edit-image/hands.js index e6e652ae..4f9019c7 100644 --- a/commands/edit-image/hands.js +++ b/commands/edit-image/hands.js @@ -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'], diff --git a/commands/edit-image/ifunny.js b/commands/edit-image/ifunny.js index 7b23ec7a..20b08126 100644 --- a/commands/edit-image/ifunny.js +++ b/commands/edit-image/ifunny.js @@ -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'], diff --git a/commands/edit-image/implode.js b/commands/edit-image/implode.js index 84fec87c..fd392471 100644 --- a/commands/edit-image/implode.js +++ b/commands/edit-image/implode.js @@ -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'], diff --git a/commands/edit-image/invert.js b/commands/edit-image/invert.js index 86b4c993..3578a3eb 100644 --- a/commands/edit-image/invert.js +++ b/commands/edit-image/invert.js @@ -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'], diff --git a/commands/edit-image/lego-icon.js b/commands/edit-image/lego-icon.js index 3dabd946..edece95e 100644 --- a/commands/edit-image/lego-icon.js +++ b/commands/edit-image/lego-icon.js @@ -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'], diff --git a/commands/edit-image/liquid-rescale.js b/commands/edit-image/liquid-rescale.js index 84393b43..07b7fe27 100644 --- a/commands/edit-image/liquid-rescale.js +++ b/commands/edit-image/liquid-rescale.js @@ -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'], diff --git a/commands/edit-image/mirror.js b/commands/edit-image/mirror.js index 02eea1d0..7e170d6b 100644 --- a/commands/edit-image/mirror.js +++ b/commands/edit-image/mirror.js @@ -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'], diff --git a/commands/edit-image/motion-blur.js b/commands/edit-image/motion-blur.js index dafbc47a..e767ccdd 100644 --- a/commands/edit-image/motion-blur.js +++ b/commands/edit-image/motion-blur.js @@ -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'], diff --git a/commands/edit-image/needs-more-jpeg.js b/commands/edit-image/needs-more-jpeg.js index 6d598e83..e09ee0f3 100644 --- a/commands/edit-image/needs-more-jpeg.js +++ b/commands/edit-image/needs-more-jpeg.js @@ -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'], diff --git a/commands/edit-image/noise.js b/commands/edit-image/noise.js index a24c28b4..05f8dec2 100644 --- a/commands/edit-image/noise.js +++ b/commands/edit-image/noise.js @@ -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'], diff --git a/commands/edit-image/oil-painting.js b/commands/edit-image/oil-painting.js index e0e76df2..dd5ee9ff 100644 --- a/commands/edit-image/oil-painting.js +++ b/commands/edit-image/oil-painting.js @@ -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'], diff --git a/commands/edit-image/pet.js b/commands/edit-image/pet.js index 5648872a..27f31298 100644 --- a/commands/edit-image/pet.js +++ b/commands/edit-image/pet.js @@ -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'], diff --git a/commands/edit-image/pixelize.js b/commands/edit-image/pixelize.js index 30b2607d..284283fe 100644 --- a/commands/edit-image/pixelize.js +++ b/commands/edit-image/pixelize.js @@ -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'], diff --git a/commands/edit-image/police-tape.js b/commands/edit-image/police-tape.js index b5a6b750..66d1640b 100644 --- a/commands/edit-image/police-tape.js +++ b/commands/edit-image/police-tape.js @@ -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'], diff --git a/commands/edit-image/rainbow.js b/commands/edit-image/rainbow.js index 3ad083d8..e849be2c 100644 --- a/commands/edit-image/rainbow.js +++ b/commands/edit-image/rainbow.js @@ -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'], diff --git a/commands/edit-image/rejected.js b/commands/edit-image/rejected.js index bf4f28cc..ca2ef964 100644 --- a/commands/edit-image/rejected.js +++ b/commands/edit-image/rejected.js @@ -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'], diff --git a/commands/edit-image/resize.js b/commands/edit-image/resize.js index d65fcadb..b1b5d413 100644 --- a/commands/edit-image/resize.js +++ b/commands/edit-image/resize.js @@ -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'], diff --git a/commands/edit-image/rotate.js b/commands/edit-image/rotate.js index 5a1f20ff..1aa00ed2 100644 --- a/commands/edit-image/rotate.js +++ b/commands/edit-image/rotate.js @@ -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'], diff --git a/commands/edit-image/sepia.js b/commands/edit-image/sepia.js index 5b203d5c..2214b59e 100644 --- a/commands/edit-image/sepia.js +++ b/commands/edit-image/sepia.js @@ -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'], diff --git a/commands/edit-image/shake.js b/commands/edit-image/shake.js index d8dfc893..b3773da6 100644 --- a/commands/edit-image/shake.js +++ b/commands/edit-image/shake.js @@ -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'], diff --git a/commands/edit-image/silhouette.js b/commands/edit-image/silhouette.js index 058ea816..e2be783c 100644 --- a/commands/edit-image/silhouette.js +++ b/commands/edit-image/silhouette.js @@ -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'], diff --git a/commands/edit-image/simp.js b/commands/edit-image/simp.js index 38bfb8bb..8d20ddc4 100644 --- a/commands/edit-image/simp.js +++ b/commands/edit-image/simp.js @@ -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'], diff --git a/commands/edit-image/spotify-now-playing.js b/commands/edit-image/spotify-now-playing.js index 2a7c2359..7c9dc260 100644 --- a/commands/edit-image/spotify-now-playing.js +++ b/commands/edit-image/spotify-now-playing.js @@ -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'], diff --git a/commands/edit-image/square.js b/commands/edit-image/square.js index 3ea17e15..1da38fc2 100644 --- a/commands/edit-image/square.js +++ b/commands/edit-image/square.js @@ -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'], diff --git a/commands/edit-image/squish.js b/commands/edit-image/squish.js index 47d7d871..2db368c0 100644 --- a/commands/edit-image/squish.js +++ b/commands/edit-image/squish.js @@ -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'], diff --git a/commands/edit-image/steam-card.js b/commands/edit-image/steam-card.js index fa5cc1e7..699fb426 100644 --- a/commands/edit-image/steam-card.js +++ b/commands/edit-image/steam-card.js @@ -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'], diff --git a/commands/edit-image/subtitle.js b/commands/edit-image/subtitle.js index 0a8e121f..5ca477e5 100644 --- a/commands/edit-image/subtitle.js +++ b/commands/edit-image/subtitle.js @@ -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'], diff --git a/commands/edit-image/swirl.js b/commands/edit-image/swirl.js index e44a2b42..eb69fb82 100644 --- a/commands/edit-image/swirl.js +++ b/commands/edit-image/swirl.js @@ -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'], diff --git a/commands/edit-image/tint.js b/commands/edit-image/tint.js index d7fd1d8f..c864d6bc 100644 --- a/commands/edit-image/tint.js +++ b/commands/edit-image/tint.js @@ -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'], diff --git a/commands/edit-image/wanted.js b/commands/edit-image/wanted.js index 1aabfb71..775c3ca6 100644 --- a/commands/edit-image/wanted.js +++ b/commands/edit-image/wanted.js @@ -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'], diff --git a/commands/edit-image/wild-pokemon.js b/commands/edit-image/wild-pokemon.js index 9ab58cba..b483af28 100644 --- a/commands/edit-image/wild-pokemon.js +++ b/commands/edit-image/wild-pokemon.js @@ -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'], diff --git a/commands/edit-image/you-died.js b/commands/edit-image/you-died.js index f0c42f58..02c7f94b 100644 --- a/commands/edit-image/you-died.js +++ b/commands/edit-image/you-died.js @@ -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'], diff --git a/commands/edit-image/yu-gi-oh-gen.js b/commands/edit-image/yu-gi-oh-gen.js index 17a03f36..ec5ad4ce 100644 --- a/commands/edit-image/yu-gi-oh-gen.js +++ b/commands/edit-image/yu-gi-oh-gen.js @@ -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'], diff --git a/commands/edit-meme/3000-years.js b/commands/edit-meme/3000-years.js index 5e52613c..92389755 100644 --- a/commands/edit-meme/3000-years.js +++ b/commands/edit-meme/3000-years.js @@ -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'], diff --git a/commands/edit-meme/alert.js b/commands/edit-meme/alert.js index 36c5abc8..1add196e 100644 --- a/commands/edit-meme/alert.js +++ b/commands/edit-meme/alert.js @@ -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'], diff --git a/commands/edit-meme/bart-chalkboard.js b/commands/edit-meme/bart-chalkboard.js index a6cb760a..e0a4287b 100644 --- a/commands/edit-meme/bart-chalkboard.js +++ b/commands/edit-meme/bart-chalkboard.js @@ -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'], diff --git a/commands/edit-meme/be-like-bill.js b/commands/edit-meme/be-like-bill.js index cd301581..360355d1 100644 --- a/commands/edit-meme/be-like-bill.js +++ b/commands/edit-meme/be-like-bill.js @@ -14,7 +14,7 @@ module.exports = class BeLikeBillCommand extends Command { memberName: 'be-like-bill', description: 'Sends a "Be Like Bill" meme with the name of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/beautiful.js b/commands/edit-meme/beautiful.js index d682eab4..eb97fc76 100644 --- a/commands/edit-meme/beautiful.js +++ b/commands/edit-meme/beautiful.js @@ -12,7 +12,7 @@ module.exports = class BeautifulCommand extends Command { memberName: 'beautiful', description: 'Draws a user\'s avatar over Gravity Falls\' "Oh, this? This is beautiful." meme.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/boardroom-meeting.js b/commands/edit-meme/boardroom-meeting.js index c6d2bf30..fd517450 100644 --- a/commands/edit-meme/boardroom-meeting.js +++ b/commands/edit-meme/boardroom-meeting.js @@ -11,7 +11,7 @@ module.exports = class BoardroomMeetingCommand extends Command { memberName: 'boardroom-meeting', description: 'Sends a "Boardroom Meeting" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/bottom-text.js b/commands/edit-meme/bottom-text.js index b730e437..8706765d 100644 --- a/commands/edit-meme/bottom-text.js +++ b/commands/edit-meme/bottom-text.js @@ -8,7 +8,7 @@ module.exports = class BottomTextCommand extends Command { memberName: 'bottom-text', description: 'Sends a bottom text meme.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/catch.js b/commands/edit-meme/catch.js index 8c0c22b9..3c8af4c5 100644 --- a/commands/edit-meme/catch.js +++ b/commands/edit-meme/catch.js @@ -12,7 +12,7 @@ module.exports = class CatchCommand extends Command { memberName: 'catch', description: 'Catch users, revealing who is something.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/challenger.js b/commands/edit-meme/challenger.js index 2a209ee2..34213db7 100644 --- a/commands/edit-meme/challenger.js +++ b/commands/edit-meme/challenger.js @@ -13,7 +13,7 @@ module.exports = class ChallengerCommand extends Command { memberName: 'challenger', description: 'Draws an image or a user\'s avatar over Smash Bros.\'s "Challenger Approaching" screen.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/change-my-mind.js b/commands/edit-meme/change-my-mind.js index b71e705e..9d47df4a 100644 --- a/commands/edit-meme/change-my-mind.js +++ b/commands/edit-meme/change-my-mind.js @@ -12,7 +12,7 @@ module.exports = class ChangeMyMindCommand extends Command { memberName: 'change-my-mind', description: 'Sends a "Change My Mind" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/chi-idea.js b/commands/edit-meme/chi-idea.js index 2602ba6d..224404d6 100644 --- a/commands/edit-meme/chi-idea.js +++ b/commands/edit-meme/chi-idea.js @@ -12,7 +12,7 @@ module.exports = class ChiIdeaCommand extends Command { memberName: 'chi-idea', description: 'Sends a "Daddy, I\'ve got an idea!" Takagi-san meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/crush.js b/commands/edit-meme/crush.js index 2d6ea616..3d414ce3 100644 --- a/commands/edit-meme/crush.js +++ b/commands/edit-meme/crush.js @@ -13,7 +13,7 @@ module.exports = class CrushCommand extends Command { memberName: 'crush', description: 'Draws an image or a user\'s avatar as Wolverine\'s crush.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/cursed-sponge.js b/commands/edit-meme/cursed-sponge.js index 3a654694..40e132b4 100644 --- a/commands/edit-meme/cursed-sponge.js +++ b/commands/edit-meme/cursed-sponge.js @@ -11,7 +11,7 @@ module.exports = class CursedSpongeCommand extends Command { memberName: 'cursed-sponge', description: 'Sends a cursed sponge duplicated however many times you want.', throttling: { - usages: 1, + usages: 2, duration: 30 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/dear-liberals.js b/commands/edit-meme/dear-liberals.js index 3bc82fc5..b96a402e 100644 --- a/commands/edit-meme/dear-liberals.js +++ b/commands/edit-meme/dear-liberals.js @@ -12,7 +12,7 @@ module.exports = class DearLiberalsCommand extends Command { memberName: 'dear-liberals', description: 'Sends a "Dear Liberals" meme with words of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/deep-fry.js b/commands/edit-meme/deep-fry.js index 380c50b8..1be08907 100644 --- a/commands/edit-meme/deep-fry.js +++ b/commands/edit-meme/deep-fry.js @@ -11,7 +11,7 @@ module.exports = class DeepFryCommand extends Command { memberName: 'deep-fry', description: 'Draws an image or a user\'s avatar but deep-fried.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/demotivational.js b/commands/edit-meme/demotivational.js index 920f0b45..5163cf59 100644 --- a/commands/edit-meme/demotivational.js +++ b/commands/edit-meme/demotivational.js @@ -12,7 +12,7 @@ module.exports = class DemotivationalCommand extends Command { memberName: 'demotivational', description: 'Draws an image or a user\'s avatar and the text you specify as a demotivational poster.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/dislike.js b/commands/edit-meme/dislike.js index 211af5ac..0f471815 100644 --- a/commands/edit-meme/dislike.js +++ b/commands/edit-meme/dislike.js @@ -12,7 +12,7 @@ module.exports = class DislikeCommand extends Command { memberName: 'dislike', description: 'Sends an "Everyone Disliked That" meme with the image of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/distracted-boyfriend.js b/commands/edit-meme/distracted-boyfriend.js index 47184712..d0bdc34a 100644 --- a/commands/edit-meme/distracted-boyfriend.js +++ b/commands/edit-meme/distracted-boyfriend.js @@ -12,7 +12,7 @@ module.exports = class DistractedBoyfriendCommand extends Command { memberName: 'distracted-boyfriend', description: 'Draws three user\'s avatars over the "Distracted Boyfriend" meme.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/drakeposting.js b/commands/edit-meme/drakeposting.js index 14f6ee24..c8eb9963 100644 --- a/commands/edit-meme/drakeposting.js +++ b/commands/edit-meme/drakeposting.js @@ -12,7 +12,7 @@ module.exports = class DrakepostingCommand extends Command { memberName: 'drakeposting', description: 'Sends a "Drakeposting" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/edd-facts-book.js b/commands/edit-meme/edd-facts-book.js index 0f7b73c3..a0daa5d0 100644 --- a/commands/edit-meme/edd-facts-book.js +++ b/commands/edit-meme/edd-facts-book.js @@ -12,7 +12,7 @@ module.exports = class EddFactsBookCommand extends Command { memberName: 'edd-facts-book', description: 'Sends a "Double D\'s Facts Book" meme with the fact of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/enslaved.js b/commands/edit-meme/enslaved.js index bc860285..4a20b612 100644 --- a/commands/edit-meme/enslaved.js +++ b/commands/edit-meme/enslaved.js @@ -13,7 +13,7 @@ module.exports = class EnslavedCommand extends Command { memberName: 'enslaved', description: 'Sends a "Ah yes, enslaved" meme with the image and text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/food-broke.js b/commands/edit-meme/food-broke.js index 628aa8af..e6021d82 100644 --- a/commands/edit-meme/food-broke.js +++ b/commands/edit-meme/food-broke.js @@ -13,7 +13,7 @@ module.exports = class FoodBrokeCommand extends Command { memberName: 'food-broke', description: 'Draws a user\'s avatar over the "Food Broke" meme.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/for-five-hours.js b/commands/edit-meme/for-five-hours.js index 788dc5c1..5cb115b7 100644 --- a/commands/edit-meme/for-five-hours.js +++ b/commands/edit-meme/for-five-hours.js @@ -12,7 +12,7 @@ module.exports = class ForFiveHoursCommand extends Command { memberName: 'for-five-hours', description: 'Sends an "I\'ve looked at this for 5 hours now" meme with the image of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/genie-rules.js b/commands/edit-meme/genie-rules.js index 7b7d10bb..0831aebe 100644 --- a/commands/edit-meme/genie-rules.js +++ b/commands/edit-meme/genie-rules.js @@ -12,7 +12,7 @@ module.exports = class GenieRulesCommand extends Command { memberName: 'genie-rules', description: 'Sends a "There are 4 rules" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/girl-worth-fighting-for.js b/commands/edit-meme/girl-worth-fighting-for.js index fff16660..7d4e1530 100644 --- a/commands/edit-meme/girl-worth-fighting-for.js +++ b/commands/edit-meme/girl-worth-fighting-for.js @@ -13,7 +13,7 @@ module.exports = class GirlWorthFightingForCommand extends Command { memberName: 'girl-worth-fighting-for', description: 'Draws an image or a user\'s avatar as the object of Ling\'s affection.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/gru-plan.js b/commands/edit-meme/gru-plan.js index b71e8620..05ad7b4c 100644 --- a/commands/edit-meme/gru-plan.js +++ b/commands/edit-meme/gru-plan.js @@ -13,7 +13,7 @@ module.exports = class GruPlanCommand extends Command { memberName: 'gru-plan', description: 'Sends a Gru\'s Plan meme with steps of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/i-fear-no-man.js b/commands/edit-meme/i-fear-no-man.js index f6aa1964..6f35bbe3 100644 --- a/commands/edit-meme/i-fear-no-man.js +++ b/commands/edit-meme/i-fear-no-man.js @@ -13,7 +13,7 @@ module.exports = class IFearNoManCommand extends Command { memberName: 'i-fear-no-man', description: 'Sends a "I fear no man" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/if-those-kids-could-read.js b/commands/edit-meme/if-those-kids-could-read.js index 9d2ce482..5ba4066b 100644 --- a/commands/edit-meme/if-those-kids-could-read.js +++ b/commands/edit-meme/if-those-kids-could-read.js @@ -12,7 +12,7 @@ module.exports = class IfThoseKidsCouldReadCommand extends Command { memberName: 'if-those-kids-could-read', description: 'Sends a "If those kids could read, they\'d be very upset" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/kyon-gun.js b/commands/edit-meme/kyon-gun.js index 6d161cce..cc2fe3f6 100644 --- a/commands/edit-meme/kyon-gun.js +++ b/commands/edit-meme/kyon-gun.js @@ -12,7 +12,7 @@ module.exports = class KyonGunCommand extends Command { memberName: 'kyon-gun', description: 'Draws an image or a user\'s avatar behind Kyon shooting a gun.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/like.js b/commands/edit-meme/like.js index 740224d2..3607469d 100644 --- a/commands/edit-meme/like.js +++ b/commands/edit-meme/like.js @@ -12,7 +12,7 @@ module.exports = class LikeCommand extends Command { memberName: 'like', description: 'Sends an "Everyone Liked That" meme with the image of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/lisa-presentation.js b/commands/edit-meme/lisa-presentation.js index 5d2c7ffa..579171a5 100644 --- a/commands/edit-meme/lisa-presentation.js +++ b/commands/edit-meme/lisa-presentation.js @@ -12,7 +12,7 @@ module.exports = class LisaPresentationCommand extends Command { memberName: 'lisa-presentation', description: 'Sends a "Lisa Presentation" meme with the presentation of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/look-at-this-photograph.js b/commands/edit-meme/look-at-this-photograph.js index 7bd306fe..43faf492 100644 --- a/commands/edit-meme/look-at-this-photograph.js +++ b/commands/edit-meme/look-at-this-photograph.js @@ -12,7 +12,7 @@ module.exports = class LookAtThisPhotographCommand extends Command { memberName: 'look-at-this-photograph', description: 'Draws an image or a user\'s avatar over Nickelback\'s photograph.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/look-what-karen-have.js b/commands/edit-meme/look-what-karen-have.js index fa4719a6..dbcb03ea 100644 --- a/commands/edit-meme/look-what-karen-have.js +++ b/commands/edit-meme/look-what-karen-have.js @@ -13,7 +13,7 @@ module.exports = class LookWhatKarenHaveCommand extends Command { memberName: 'look-what-karen-have', description: 'Draws an image or a user\'s avatar over Karen\'s piece of paper.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/mario-bros-views.js b/commands/edit-meme/mario-bros-views.js index 1d6645b2..6edacd1c 100644 --- a/commands/edit-meme/mario-bros-views.js +++ b/commands/edit-meme/mario-bros-views.js @@ -12,7 +12,7 @@ module.exports = class MarioBrosViewsCommand extends Command { memberName: 'mario-bros-views', description: 'Sends a "Mario Bros. Views" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/meme-gen-classic.js b/commands/edit-meme/meme-gen-classic.js index 0f2b99e1..d113c19e 100644 --- a/commands/edit-meme/meme-gen-classic.js +++ b/commands/edit-meme/meme-gen-classic.js @@ -23,7 +23,7 @@ module.exports = class MemeGenClassicCommand extends Command { memberName: 'meme-gen-classic', description: 'Sends a meme with the text and background of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/meme-gen-modern.js b/commands/edit-meme/meme-gen-modern.js index 1a7d3bc4..58c7ed61 100644 --- a/commands/edit-meme/meme-gen-modern.js +++ b/commands/edit-meme/meme-gen-modern.js @@ -28,7 +28,7 @@ module.exports = class MemeGenModernCommand extends Command { memberName: 'meme-gen-modern', description: 'Sends a meme with the text and image of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/metamorphosis.js b/commands/edit-meme/metamorphosis.js index 9eac7cc6..a4e89abe 100644 --- a/commands/edit-meme/metamorphosis.js +++ b/commands/edit-meme/metamorphosis.js @@ -13,7 +13,7 @@ module.exports = class MetamorphosisCommand extends Command { memberName: 'metamorphosis', description: 'Sends a "My Metamorphosis Begins" meme with the image and text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/my-collection-grows.js b/commands/edit-meme/my-collection-grows.js index c0debfaa..8cd70147 100644 --- a/commands/edit-meme/my-collection-grows.js +++ b/commands/edit-meme/my-collection-grows.js @@ -13,7 +13,7 @@ module.exports = class MyCollectionGrowsCommand extends Command { memberName: 'my-collection-grows', description: 'Sends a "My collection grows richer" Nekopara meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/new-password.js b/commands/edit-meme/new-password.js index b4a1aa3b..0217eed9 100644 --- a/commands/edit-meme/new-password.js +++ b/commands/edit-meme/new-password.js @@ -12,7 +12,7 @@ module.exports = class NewPasswordCommand extends Command { memberName: 'new-password', description: 'Sends a "Weak Password/Strong Password" meme with the passwords of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/nike-ad.js b/commands/edit-meme/nike-ad.js index 0524d1b5..fa023661 100644 --- a/commands/edit-meme/nike-ad.js +++ b/commands/edit-meme/nike-ad.js @@ -13,7 +13,7 @@ module.exports = class NikeAdCommand extends Command { memberName: 'nike-ad', description: 'Sends a "Believe in Something" Nike Ad meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/panik-kalm-panik.js b/commands/edit-meme/panik-kalm-panik.js index f25c2ef0..1688f051 100644 --- a/commands/edit-meme/panik-kalm-panik.js +++ b/commands/edit-meme/panik-kalm-panik.js @@ -12,7 +12,7 @@ module.exports = class PanikKalmPanikCommand extends Command { memberName: 'panik-kalm-panik', description: 'Sends a "Panik, Kalm, Panik" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/phoebe-teaching-joey.js b/commands/edit-meme/phoebe-teaching-joey.js index 30b7dda4..203085c4 100644 --- a/commands/edit-meme/phoebe-teaching-joey.js +++ b/commands/edit-meme/phoebe-teaching-joey.js @@ -17,7 +17,7 @@ module.exports = class PhoebeTeachingJoeyCommand extends Command { memberName: 'phoebe-teaching-joey', description: 'Sends a "Phoebe Teaching Joey" meme with text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/pills.js b/commands/edit-meme/pills.js index 20b80f30..2aa1b222 100644 --- a/commands/edit-meme/pills.js +++ b/commands/edit-meme/pills.js @@ -12,7 +12,7 @@ module.exports = class PillsCommand extends Command { memberName: 'pills', description: 'Sends a "Hard to Swallow Pills" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/plankton-plan.js b/commands/edit-meme/plankton-plan.js index 91e31281..fb38f055 100644 --- a/commands/edit-meme/plankton-plan.js +++ b/commands/edit-meme/plankton-plan.js @@ -13,7 +13,7 @@ module.exports = class PlanktonPlanCommand extends Command { memberName: 'plankton-plan', description: 'Sends a Plankton\'s Plan meme with steps of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/pogchamp.js b/commands/edit-meme/pogchamp.js index c5b6c37a..d1e34ec0 100644 --- a/commands/edit-meme/pogchamp.js +++ b/commands/edit-meme/pogchamp.js @@ -11,7 +11,7 @@ module.exports = class PogchampCommand extends Command { memberName: 'pogchamp', description: 'Sends a pogchamp duplicated however many times you want.', throttling: { - usages: 1, + usages: 2, duration: 30 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/scroll-of-truth.js b/commands/edit-meme/scroll-of-truth.js index 4aa19ba5..561893e0 100644 --- a/commands/edit-meme/scroll-of-truth.js +++ b/commands/edit-meme/scroll-of-truth.js @@ -12,7 +12,7 @@ module.exports = class ScrollOfTruthCommand extends Command { memberName: 'scroll-of-truth', description: 'Sends a "Scroll of Truth" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/sexy-singles.js b/commands/edit-meme/sexy-singles.js index 1b812a30..65b29a5a 100644 --- a/commands/edit-meme/sexy-singles.js +++ b/commands/edit-meme/sexy-singles.js @@ -14,7 +14,7 @@ module.exports = class SexySinglesCommand extends Command { description: 'Sends an "Sexy Singles in Your Area" meme with the image of your choice.', nsfw: true, throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/skyrim-skill.js b/commands/edit-meme/skyrim-skill.js index 146bb732..1e13cf91 100644 --- a/commands/edit-meme/skyrim-skill.js +++ b/commands/edit-meme/skyrim-skill.js @@ -12,7 +12,7 @@ module.exports = class SkyrimSkillCommand extends Command { memberName: 'skyrim-skill', description: 'Sends a "Skyrim Skill" meme with the skill and image of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/sonic-says.js b/commands/edit-meme/sonic-says.js index 6910acda..8cb6ee3a 100644 --- a/commands/edit-meme/sonic-says.js +++ b/commands/edit-meme/sonic-says.js @@ -12,7 +12,7 @@ module.exports = class SonicSaysCommand extends Command { memberName: 'sonic-says', description: 'Sends a "Sonic Says" meme with the quote of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/sora-selfie.js b/commands/edit-meme/sora-selfie.js index aa114706..ba59edc5 100644 --- a/commands/edit-meme/sora-selfie.js +++ b/commands/edit-meme/sora-selfie.js @@ -12,7 +12,7 @@ module.exports = class SoraSelfieCommand extends Command { memberName: 'sora-selfie', description: 'Draws an image or a user\'s avatar behind Sora taking a selfie.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/sos.js b/commands/edit-meme/sos.js index 751e9b90..9bc7e0fe 100644 --- a/commands/edit-meme/sos.js +++ b/commands/edit-meme/sos.js @@ -11,7 +11,7 @@ module.exports = class SosCommand extends Command { memberName: 'sos', description: 'Sends a "Esther Verkest\'s Help Sign" comic with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/spiderman-pointing.js b/commands/edit-meme/spiderman-pointing.js index 4195184c..90a82865 100644 --- a/commands/edit-meme/spiderman-pointing.js +++ b/commands/edit-meme/spiderman-pointing.js @@ -12,7 +12,7 @@ module.exports = class SpidermanPointingCommand extends Command { memberName: 'spiderman-pointing', description: 'Sends a "Spiderman Pointing at Spiderman" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/spongebob-burn.js b/commands/edit-meme/spongebob-burn.js index b8d41462..e2e2e226 100644 --- a/commands/edit-meme/spongebob-burn.js +++ b/commands/edit-meme/spongebob-burn.js @@ -12,7 +12,7 @@ module.exports = class SpongebobBurnCommand extends Command { memberName: 'spongebob-burn', description: 'Sends a "Spongebob Throwing Something into a Fire" meme with words of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/that-sign-wont-stop-me.js b/commands/edit-meme/that-sign-wont-stop-me.js index 4a6020d2..f2d0d84c 100644 --- a/commands/edit-meme/that-sign-wont-stop-me.js +++ b/commands/edit-meme/that-sign-wont-stop-me.js @@ -12,7 +12,7 @@ module.exports = class ThatSignWontStopMeCommand extends Command { memberName: 'that-sign-wont-stop-me', description: 'Sends a "That Sign Won\'t Stop Me, I Can\'t read!" meme with the presentation of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/this-guy.js b/commands/edit-meme/this-guy.js index 30a3715c..71144cbd 100644 --- a/commands/edit-meme/this-guy.js +++ b/commands/edit-meme/this-guy.js @@ -13,7 +13,7 @@ module.exports = class ThisGuyCommand extends Command { memberName: 'this-guy', description: 'Draws an image or a user\'s avatar over the "Get a load of this guy" meme.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/thug-life.js b/commands/edit-meme/thug-life.js index 8d3e520c..cd68c832 100644 --- a/commands/edit-meme/thug-life.js +++ b/commands/edit-meme/thug-life.js @@ -13,7 +13,7 @@ module.exports = class ThugLifeCommand extends Command { memberName: 'thug-life', description: 'Draws "Thug Life" over an image or a user\'s avatar.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/to-be-continued.js b/commands/edit-meme/to-be-continued.js index b9c3a643..5e0c916f 100644 --- a/commands/edit-meme/to-be-continued.js +++ b/commands/edit-meme/to-be-continued.js @@ -13,7 +13,7 @@ module.exports = class ToBeContinuedCommand extends Command { memberName: 'to-be-continued', description: 'Draws an image with the "To Be Continued..." arrow.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/tuxedo-pooh.js b/commands/edit-meme/tuxedo-pooh.js index 8fb47293..b53e741b 100644 --- a/commands/edit-meme/tuxedo-pooh.js +++ b/commands/edit-meme/tuxedo-pooh.js @@ -12,7 +12,7 @@ module.exports = class TuxedoPoohCommand extends Command { memberName: 'tuxedo-pooh', description: 'Sends a "Tuxedo Winnie the Pooh" meme with the text of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/two-buttons.js b/commands/edit-meme/two-buttons.js index 32a78192..39581dd0 100644 --- a/commands/edit-meme/two-buttons.js +++ b/commands/edit-meme/two-buttons.js @@ -12,7 +12,7 @@ module.exports = class TwoButtonsCommand extends Command { memberName: 'two-buttons', description: 'Sends a "Two Buttons" meme with the buttons of your choice.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/ultimate-tattoo.js b/commands/edit-meme/ultimate-tattoo.js index 239bd4d6..6db53c70 100644 --- a/commands/edit-meme/ultimate-tattoo.js +++ b/commands/edit-meme/ultimate-tattoo.js @@ -13,7 +13,7 @@ module.exports = class UltimateTattooCommand extends Command { memberName: 'ultimate-tattoo', description: 'Draws an image or a user\'s avatar as "The Ultimate Tattoo".', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/vietnam-flashbacks.js b/commands/edit-meme/vietnam-flashbacks.js index dc8fbad7..71202721 100644 --- a/commands/edit-meme/vietnam-flashbacks.js +++ b/commands/edit-meme/vietnam-flashbacks.js @@ -12,7 +12,7 @@ module.exports = class VietnamFlashbacksCommand extends Command { memberName: 'vietnam-flashbacks', description: 'Edits Vietnam flashbacks behind an image or a user\'s avatar.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/worse-than-hitler.js b/commands/edit-meme/worse-than-hitler.js index eb7bce4b..194375e0 100644 --- a/commands/edit-meme/worse-than-hitler.js +++ b/commands/edit-meme/worse-than-hitler.js @@ -12,7 +12,7 @@ module.exports = class WorseThanHitlerCommand extends Command { memberName: 'worse-than-hitler', description: 'Draws a user\'s avatar over Family Guy\'s "Worse Than Hitler" meme.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/edit-meme/worthless.js b/commands/edit-meme/worthless.js index bd884647..0b73f2a1 100644 --- a/commands/edit-meme/worthless.js +++ b/commands/edit-meme/worthless.js @@ -13,7 +13,7 @@ module.exports = class WorthlessCommand extends Command { memberName: 'worthless', description: 'Draws an image or a user\'s avatar over Gravity Falls\' "This is worthless." meme.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/games-sp/captcha.js b/commands/games-sp/captcha.js index 1d24394d..e5182b83 100644 --- a/commands/games-sp/captcha.js +++ b/commands/games-sp/captcha.js @@ -11,7 +11,7 @@ module.exports = class CaptchaCommand extends Command { memberName: 'captcha', description: 'Try to guess what the captcha says.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/games-sp/guess-song.js b/commands/games-sp/guess-song.js index 25908f94..c50d5a1a 100644 --- a/commands/games-sp/guess-song.js +++ b/commands/games-sp/guess-song.js @@ -16,7 +16,7 @@ module.exports = class GuessSongCommand extends Command { memberName: 'guess-song', description: 'Guess what song is playing.', throttling: { - usages: 1, + usages: 2, duration: 15 }, guildOnly: true, diff --git a/commands/games-sp/hearing-test.js b/commands/games-sp/hearing-test.js index 857df0a9..ebe1e8eb 100644 --- a/commands/games-sp/hearing-test.js +++ b/commands/games-sp/hearing-test.js @@ -13,7 +13,7 @@ module.exports = class HearingTestCommand extends Command { memberName: 'hearing-test', description: 'Test your hearing.', throttling: { - usages: 1, + usages: 2, duration: 10 }, guildOnly: true, diff --git a/commands/games-sp/horse-race.js b/commands/games-sp/horse-race.js index e2074617..6111b5ac 100644 --- a/commands/games-sp/horse-race.js +++ b/commands/games-sp/horse-race.js @@ -16,7 +16,7 @@ module.exports = class HorseRaceCommand extends Command { memberName: 'horse-race', description: 'Bet on the fastest horse in a 6-horse race.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/games-sp/jeopardy.js b/commands/games-sp/jeopardy.js index a7ede051..aa819668 100644 --- a/commands/games-sp/jeopardy.js +++ b/commands/games-sp/jeopardy.js @@ -13,7 +13,7 @@ module.exports = class JeopardyCommand extends Command { memberName: 'jeopardy', description: 'Answer a Jeopardy question.', throttling: { - usages: 1, + usages: 2, duration: 10 }, credit: [ diff --git a/commands/games-sp/pokemon-advantage.js b/commands/games-sp/pokemon-advantage.js index b5a92eee..40095114 100644 --- a/commands/games-sp/pokemon-advantage.js +++ b/commands/games-sp/pokemon-advantage.js @@ -15,7 +15,7 @@ module.exports = class PokemonAdvantageCommand extends Command { memberName: 'pokemon-advantage', description: 'Guess which Pokémon has the type advantage.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/games-sp/whos-that-pokemon-cry.js b/commands/games-sp/whos-that-pokemon-cry.js index 104467c6..2080245e 100644 --- a/commands/games-sp/whos-that-pokemon-cry.js +++ b/commands/games-sp/whos-that-pokemon-cry.js @@ -10,7 +10,7 @@ module.exports = class WhosThatPokemonCryCommand extends Command { memberName: 'whos-that-pokemon-cry', description: 'Guess who that Pokémon is, based on their cry.', throttling: { - usages: 1, + usages: 2, duration: 10 }, guildOnly: true, diff --git a/commands/games-sp/whos-that-pokemon.js b/commands/games-sp/whos-that-pokemon.js index 1da27985..49d16278 100644 --- a/commands/games-sp/whos-that-pokemon.js +++ b/commands/games-sp/whos-that-pokemon.js @@ -14,7 +14,7 @@ module.exports = class WhosThatPokemonCommand extends Command { memberName: 'whos-that-pokemon', description: 'Guess who that Pokémon is, based on their silhouette.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/other/portal-send.js b/commands/other/portal-send.js index 381bfb06..7d278ff0 100644 --- a/commands/other/portal-send.js +++ b/commands/other/portal-send.js @@ -12,7 +12,7 @@ module.exports = class PortalSendCommand extends Command { memberName: 'portal-send', description: 'Send a message to a portal channel.', throttling: { - usages: 1, + usages: 2, duration: 30 }, args: [ diff --git a/commands/other/prune.js b/commands/other/prune.js index 97470cda..1bfb778a 100644 --- a/commands/other/prune.js +++ b/commands/other/prune.js @@ -10,7 +10,7 @@ module.exports = class PruneCommand extends Command { description: 'Deletes up to 99 messages from the current channel.', guildOnly: true, throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['READ_MESSAGE_HISTORY', 'MANAGE_MESSAGES'], diff --git a/commands/other/screenshot.js b/commands/other/screenshot.js index 7e15bca1..21670c3c 100644 --- a/commands/other/screenshot.js +++ b/commands/other/screenshot.js @@ -13,7 +13,7 @@ module.exports = class ScreenshotCommand extends Command { description: 'Takes a screenshot of any webpage.', clientPermissions: ['ATTACH_FILES'], throttling: { - usages: 1, + usages: 2, duration: 30 }, credit: [ diff --git a/commands/pokedex/pokedex-cry.js b/commands/pokedex/pokedex-cry.js index a306386b..3946ab09 100644 --- a/commands/pokedex/pokedex-cry.js +++ b/commands/pokedex/pokedex-cry.js @@ -11,7 +11,7 @@ module.exports = class PokedexCryCommand extends Command { description: 'Plays a Pokémon\'s cry.', userPermissions: ['CONNECT', 'SPEAK'], throttling: { - usages: 1, + usages: 2, duration: 10 }, guildOnly: true, diff --git a/commands/random-seed/dicebear.js b/commands/random-seed/dicebear.js index 4f6c511e..c38325b5 100644 --- a/commands/random-seed/dicebear.js +++ b/commands/random-seed/dicebear.js @@ -14,7 +14,7 @@ module.exports = class DicebearCommand extends Command { description: 'Creates a DiceBear avatar based on the text you provide.', clientPermissions: ['ATTACH_FILES'], throttling: { - usages: 1, + usages: 2, duration: 10 }, credit: [ diff --git a/commands/random-seed/friendship.js b/commands/random-seed/friendship.js index 27a158a8..e819ae9e 100644 --- a/commands/random-seed/friendship.js +++ b/commands/random-seed/friendship.js @@ -20,7 +20,7 @@ module.exports = class FriendshipCommand extends Command { memberName: 'friendship', description: 'Determines how good friends two users are.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/random-seed/ship.js b/commands/random-seed/ship.js index 8c52f421..47d6c240 100644 --- a/commands/random-seed/ship.js +++ b/commands/random-seed/ship.js @@ -20,7 +20,7 @@ module.exports = class ShipCommand extends Command { memberName: 'ship', description: 'Ships two users together.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/random-seed/think-of.js b/commands/random-seed/think-of.js index 01932817..c938aaff 100644 --- a/commands/random-seed/think-of.js +++ b/commands/random-seed/think-of.js @@ -15,7 +15,7 @@ module.exports = class ThinkOfCommand extends Command { memberName: 'think-of', description: 'Determines what a user thinks of another user.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/search/flickr.js b/commands/search/flickr.js index 5ebdf02d..27b8e453 100644 --- a/commands/search/flickr.js +++ b/commands/search/flickr.js @@ -11,7 +11,7 @@ module.exports = class FlickrCommand extends Command { memberName: 'flickr', description: 'Searches Flickr for your query.', throttling: { - usages: 1, + usages: 2, duration: 30 }, credit: [ diff --git a/commands/search/periodic-table.js b/commands/search/periodic-table.js index c27fcdda..f8e47504 100644 --- a/commands/search/periodic-table.js +++ b/commands/search/periodic-table.js @@ -12,7 +12,7 @@ module.exports = class PeriodicTableCommand extends Command { memberName: 'periodic-table', description: 'Finds an element on the periodic table.', throttling: { - usages: 1, + usages: 2, duration: 10 }, clientPermissions: ['ATTACH_FILES'], diff --git a/commands/voice/airhorn.js b/commands/voice/airhorn.js index b2f10d42..2831b96c 100644 --- a/commands/voice/airhorn.js +++ b/commands/voice/airhorn.js @@ -13,7 +13,7 @@ module.exports = class AirhornCommand extends Command { description: 'Plays an airhorn sound in a voice channel.', guildOnly: true, throttling: { - usages: 1, + usages: 2, duration: 10 }, userPermissions: ['CONNECT', 'SPEAK'], diff --git a/commands/voice/animalese.js b/commands/voice/animalese.js index c62730c3..0d287315 100644 --- a/commands/voice/animalese.js +++ b/commands/voice/animalese.js @@ -22,7 +22,7 @@ module.exports = class AnimaleseCommand extends Command { description: 'Makes animalese based on text.', guildOnly: true, throttling: { - usages: 1, + usages: 2, duration: 10 }, userPermissions: ['CONNECT', 'SPEAK'], diff --git a/commands/voice/dec-talk.js b/commands/voice/dec-talk.js index 75d96058..6462f897 100644 --- a/commands/voice/dec-talk.js +++ b/commands/voice/dec-talk.js @@ -14,7 +14,7 @@ module.exports = class DECTalkCommand extends Command { description: 'The world\'s best Text-to-Speech.', guildOnly: true, throttling: { - usages: 1, + usages: 2, duration: 10 }, userPermissions: ['CONNECT', 'SPEAK'], diff --git a/commands/voice/mindfulness.js b/commands/voice/mindfulness.js index 506262a8..f0405a8c 100644 --- a/commands/voice/mindfulness.js +++ b/commands/voice/mindfulness.js @@ -14,7 +14,7 @@ module.exports = class MindfulnessCommand extends Command { description: 'Immerse yourself in some mindful quotes.', guildOnly: true, throttling: { - usages: 1, + usages: 2, duration: 10 }, userPermissions: ['CONNECT', 'SPEAK'], diff --git a/commands/voice/play.js b/commands/voice/play.js index 74cd9285..cfceb857 100644 --- a/commands/voice/play.js +++ b/commands/voice/play.js @@ -15,8 +15,8 @@ module.exports = class PlayCommand extends Command { description: 'Plays a YouTube video in your voice channel.', guildOnly: true, throttling: { - usages: 1, - duration: 10 + usages: 2, + duration: 60 }, userPermissions: ['CONNECT', 'SPEAK'], credit: [ diff --git a/commands/voice/soundboard.js b/commands/voice/soundboard.js index ee529d12..ea19b381 100644 --- a/commands/voice/soundboard.js +++ b/commands/voice/soundboard.js @@ -15,7 +15,7 @@ module.exports = class SoundboardCommand extends Command { details: `**Sounds:** ${soundsChoice.join(', ')}`, guildOnly: true, throttling: { - usages: 1, + usages: 2, duration: 10 }, userPermissions: ['CONNECT', 'SPEAK'], diff --git a/commands/voice/tts.js b/commands/voice/tts.js index 9fcd993b..75ec8890 100644 --- a/commands/voice/tts.js +++ b/commands/voice/tts.js @@ -15,7 +15,7 @@ module.exports = class TtsCommand extends Command { description: 'Say the text you provide in the accent you choose.', guildOnly: true, throttling: { - usages: 1, + usages: 2, duration: 10 }, userPermissions: ['CONNECT', 'SPEAK'], diff --git a/commands/voice/vocodes.js b/commands/voice/vocodes.js index 42f66e26..51d7f9a3 100644 --- a/commands/voice/vocodes.js +++ b/commands/voice/vocodes.js @@ -16,8 +16,8 @@ module.exports = class VocodesCommand extends Command { details: `**Voices:** ${Object.keys(voices).join(', ')}`, guildOnly: true, throttling: { - usages: 1, - duration: 10 + usages: 2, + duration: 30 }, userPermissions: ['CONNECT', 'SPEAK'], credit: [ diff --git a/structures/Command.js b/structures/Command.js index 514761eb..eb33de65 100644 --- a/structures/Command.js +++ b/structures/Command.js @@ -6,7 +6,7 @@ module.exports = class XiaoCommand extends Command { super(client, info); this.argsSingleQuotes = info.argsSingleQuotes || false; - this.throttling = info.unknown ? null : info.throttling || { usages: 1, duration: 2 }; + this.throttling = info.unknown ? null : info.throttling || { usages: 2, duration: 5 }; this.uses = 0; this.lastRun = null; this.credit = info.credit || [];