From 0af697f01ed50f011320124c1b0c11f1a13c2b0e Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 15 Jun 2020 19:59:04 -0400 Subject: [PATCH] Fix --- commands/edit-image/ace-attorney.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/ace-attorney.js b/commands/edit-image/ace-attorney.js index eee0d7a6..9f02d1dc 100644 --- a/commands/edit-image/ace-attorney.js +++ b/commands/edit-image/ace-attorney.js @@ -27,7 +27,7 @@ module.exports = class AceAttorneyCommand extends Command { group: 'edit-image', memberName: 'ace-attorney', description: 'Sends a text box from Ace Attorney with the quote and character of your choice.', - details: `**Characters:** ${Object.keys(characters).join(', ')}` + details: `**Characters:** ${Object.keys(characters).join(', ')}`, throttling: { usages: 1, duration: 10