mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Change all throttling defaults
This commit is contained in:
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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: [
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user