List more options in help details

This commit is contained in:
Dragon Fire
2020-06-15 19:58:04 -04:00
parent e480c094aa
commit ec33023467
8 changed files with 8 additions and 3 deletions
+1
View File
@@ -27,6 +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(', ')}`
throttling: {
usages: 1,
duration: 10
+1
View File
@@ -11,6 +11,7 @@ module.exports = class AppleEngravingCommand extends Command {
group: 'edit-image',
memberName: 'apple-engraving',
description: 'Engraves the text of your choice onto an Apple product.',
details: `**Products:** ${Object.keys(products).join(', ')}`,
credit: [
{
name: 'Apple',
+1
View File
@@ -16,6 +16,7 @@ module.exports = class ConvertImageCommand extends Command {
group: 'edit-image',
memberName: 'convert-image',
description: 'Converts an image or user\'s avatar from one format to another.',
details: `**Formats:** ${Object.keys(formats).join(', ')}`,
throttling: {
usages: 1,
duration: 10
+1
View File
@@ -28,6 +28,7 @@ module.exports = class UndertaleCommand extends Command {
group: 'edit-image',
memberName: 'undertale',
description: 'Sends a text box from Undertale with the quote and character of your choice.',
details: `**Characters:** ${characters.join(', ')}`,
throttling: {
usages: 1,
duration: 10