From 0f5a1a252964861e149a0d784a90f0ad74aa09cb Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 28 Mar 2022 17:42:57 -0400 Subject: Merged the join command --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/help.js') diff --git a/commands/help.js b/commands/help.js index 76bd29b..ec79628 100644 --- a/commands/help.js +++ b/commands/help.js @@ -26,7 +26,7 @@ import { audio } from '../AudioBackend.js' export default { data: new SlashCommandBuilder() .setName('help') - .setDescription('Lists the commands'), + .setDescription('Displays commands.'), async execute(interaction, bot) { const helpEmbed = new MessageEmbed() .setAuthor({name:`${bot.user.username} Help`, iconURL:bot.user.avatarURL()}) -- cgit v1.2.3