mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user