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
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],
+1 -1
View File
@@ -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'],