From 1dd4e0b6fba9e80322ac64cf35c356e187cf1caa Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 13 Jul 2022 22:03:05 -0400 Subject: Probably need to keep things consistent :P --- commands/previous.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/previous.js') diff --git a/commands/previous.js b/commands/previous.js index ed3be07..7d96ec7 100644 --- a/commands/previous.js +++ b/commands/previous.js @@ -26,7 +26,7 @@ import { PermissionFlagsBits } from 'discord-api-types/v10'; export default { data: new SlashCommandBuilder() .setName('previous') - .setDescription('Goes to previous track') + .setDescription('Goes to previous music') .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), async execute(interaction, bot) { return await previousAudio(bot, interaction); -- cgit v1.2.3