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
@@ -28,7 +28,7 @@ module.exports = class AceAttorneyCommand extends Command {
description: 'Sends a text box from Ace Attorney with the quote and character of your choice.',
details: `**Characters:** ${Object.keys(characters).join(', ')}`,
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class AchievementCommand extends Command {
memberName: 'achievement',
description: 'Sends a Minecraft achievement with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
@@ -11,7 +11,7 @@ module.exports = class AxisCultSignUpCommand extends Command {
memberName: 'axis-cult-sign-up',
description: 'Sends an Axis Cult Sign-Up sheet for you. Join today!',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class CautionCommand extends Command {
memberName: 'caution',
description: 'Creates a caution sign with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class CertificateCommand extends Command {
memberName: 'certificate',
description: 'Sends a certificate of excellence with the name and reason of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
@@ -12,7 +12,7 @@ module.exports = class ChineseRestaurantCommand extends Command {
memberName: 'chinese-restaurant',
description: 'Sends a Chinese restaurant sign with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class DangerCommand extends Command {
memberName: 'danger',
description: 'Creates a danger sign with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class FontCommand extends Command {
memberName: 'font',
description: 'Types text in a specific font.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
args: [
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class GandhiQuoteCommand extends Command {
memberName: 'gandhi-quote',
description: 'Makes Mahatma Gandhi say the quote you want.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = class HighwaySignCommand extends Command {
memberName: 'highway-sign',
description: 'Sends a highway sign sign with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class HollywoodStarCommand extends Command {
memberName: 'hollywood-star',
description: 'Sends a Hollywood Walk of Fame star with the name of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
@@ -11,7 +11,7 @@ module.exports = class JeopardyQuestionCommand extends Command {
memberName: 'jeopardy-question',
description: 'Sends a Jeopardy Question with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class LicensePlateCommand extends Command {
memberName: 'license-plate',
description: 'Creates a license plate with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class SpeedLimitCommand extends Command {
memberName: 'speed-limit',
description: 'Sends a Speed Limit sign with the limit of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
@@ -12,7 +12,7 @@ module.exports = class SpongebobTimeCardCommand extends Command {
memberName: 'spongebob-time-card',
description: 'Sends a Spongebob Time Card with the text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = class TweetCommand extends Command {
memberName: 'tweet',
description: 'Sends a Twitter tweet with the user and text of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = class UndertaleCommand extends Command {
description: 'Sends a text box from Undertale with the quote and character of your choice.',
details: `**Characters:** ${characters.join(', ')}`,
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = class ZeroDialogueCommand extends Command {
memberName: 'zero-dialogue',
description: 'Sends a text box from Megaman Zero with the quote of your choice.',
throttling: {
usages: 1,
usages: 2,
duration: 10
},
clientPermissions: ['ATTACH_FILES'],