Update play.js

This commit is contained in:
Wizzard 2024-08-17 18:47:13 -04:00
parent 2660275306
commit cb9bf7d7a1
1 changed files with 1 additions and 1 deletions

View File

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