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`);