aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js2
1 files changed, 1 insertions, 1 deletions
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()})