aboutsummaryrefslogtreecommitdiff
path: root/commands/previous.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-13 22:03:05 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-13 22:03:05 -0400
commit1dd4e0b6fba9e80322ac64cf35c356e187cf1caa (patch)
tree3d6460340b51dcd3c70d63cb17d17c402e68cfaf /commands/previous.js
parent9211a7c27ff824d526a8cff05e876bc62fb64af4 (diff)
downloadDLAP-1dd4e0b6fba9e80322ac64cf35c356e187cf1caa.tar.gz
DLAP-1dd4e0b6fba9e80322ac64cf35c356e187cf1caa.tar.bz2
DLAP-1dd4e0b6fba9e80322ac64cf35c356e187cf1caa.zip
Probably need to keep things consistent :P
Diffstat (limited to 'commands/previous.js')
-rw-r--r--commands/previous.js2
1 files changed, 1 insertions, 1 deletions
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);