From cb9bf7d7a1c1dd73f15fbd06b26a727d49edd1a0 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Sat, 17 Aug 2024 18:47:13 -0400 Subject: [PATCH] Update play.js --- commands/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/play.js b/commands/play.js index 640e95a..35db091 100644 --- a/commands/play.js +++ b/commands/play.js @@ -129,7 +129,7 @@ module.exports = { title = stdout.trim() || "Unknown Title"; console.log(`Retrieved title: ${title}`); - loadingMessage = await message.channel.send(`**Loading**... ${title}`); + loadingMessage = await message.channel.send(`**Loading...** ${title}`); tempFilePath = path.join(__dirname, '../utils/tmp', `${uuidv4()}.mp3`);