diff --git a/commands/util-public/help.js b/commands/util-public/help.js index 3854dbfe..112c5238 100644 --- a/commands/util-public/help.js +++ b/commands/util-public/help.js @@ -52,6 +52,7 @@ module.exports = class HelpCommand extends Command { embeds[embedIndex].addField(`❯ ${group.name}`, commands.map(cmd => `\`${cmd.name}\``).join(' ')); } const allShown = cmdCount === this.client.registry.commands.size; + embeds[0].setDescription(`To run a command, use ${msg.anyUsage('')}.`); embeds[embeds.length - 1] .setFooter(`${this.client.registry.commands.size} Commands${allShown ? '' : ` (${cmdCount} Shown)`}`); try { diff --git a/package.json b/package.json index 60169394..1ac84f4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.45.1", + "version": "119.45.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {