examples to usage prompt
This commit is contained in:
parent
1e04bfec0d
commit
1e7725f32e
@ -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`)}`
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user