From 1e7725f32ee8f09fd23ad5f8e0f67017f0d67f44 Mon Sep 17 00:00:00 2001 From: Navy Date: Wed, 6 May 2020 16:48:20 +0300 Subject: [PATCH] examples to usage prompt --- structure/extensions/Message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`)}` }); }