mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Make help better
This commit is contained in:
@@ -29,8 +29,8 @@ module.exports = class HelpCommand extends Command {
|
||||
const embed = new EmbedBuilder()
|
||||
.setTitle(`Command List (Page ${i + 1})`)
|
||||
.setDescription(stripIndents`
|
||||
To run a command, use ${this.usage()}.
|
||||
${nsfw ? '' : 'Use in an NSFW channel to see NSFW commands.'}
|
||||
To see help for a specific command, use ${this.usage()}.
|
||||
${nsfw ? '' : '_NSFW commands are hidden._'}
|
||||
`)
|
||||
.setColor(0x00AE86);
|
||||
embeds.push(embed);
|
||||
|
||||
Reference in New Issue
Block a user