From 206ff4043839c87da84dfc384d9e96df0133ca8c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 17 Feb 2024 00:57:25 -0500 Subject: forgot this --- Commands/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/status.js b/Commands/status.js index ee02126..c11105c 100644 --- a/Commands/status.js +++ b/Commands/status.js @@ -32,7 +32,7 @@ export default { .setName('status') .setDescription('Checks what audio file is playing currently'), async execute(interaction, bot) { - if (!interaction.member.voice.channel) return await interaction.reply({ content: 'You need to be in a voice channel to use this command.', ephemeral: true }); + if (!interaction.member.voice.channel) return await interaction.reply({ content: t('voicePermission'), ephemeral: true }); let audioID = currentTrack; audioID++; -- cgit v1.2.3