examples to usage prompt

This commit is contained in:
Erik 2020-05-06 16:48:20 +03:00
parent 1e04bfec0d
commit 1e7725f32e

View File

@ -104,7 +104,7 @@ const Message = Structures.extend('Message', (Message) => {
//TODO: format this //TODO: format this
return await this.embed({ return await this.embed({
title: `**${this.command.name.toUpperCase()} USAGE**`, title: `**${this.command.name.toUpperCase()} USAGE**`,
description: this.format(`C_${this.command.name.toUpperCase()}_USAGE`) description: `${this.format(`C_${this.command.name.toUpperCase()}_USAGE`)}\n${this.format(`C_${this.command.name.toUpperCase()}_EXAMPLES`)}`
}); });
} }