Make help better

This commit is contained in:
Dragon Fire
2024-04-20 14:12:09 -04:00
parent ec737fc618
commit 4b78c4da50
+2 -2
View File
@@ -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);