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/next.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/next.js') diff --git a/commands/next.js b/commands/next.js index 589389c..2402fa2 100644 --- a/commands/next.js +++ b/commands/next.js @@ -26,7 +26,7 @@ import { PermissionFlagsBits } from 'discord-api-types/v10'; export default { data: new SlashCommandBuilder() .setName('next') - .setDescription('Goes to next track') + .setDescription('Goes to next music') .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), async execute(interaction, bot) { await interaction.reply({ content: 'Playing next music', ephemeral: true }); -- cgit v1.2.3