diff --git a/structure/extensions/Message.js b/structure/extensions/Message.js index c4e2ae3..f8df64c 100644 --- a/structure/extensions/Message.js +++ b/structure/extensions/Message.js @@ -104,7 +104,7 @@ const Message = Structures.extend('Message', (Message) => { //TODO: format this return await this.embed({ 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`)}` }); }