diff --git a/commands/100-games/timetobeatplannedgames.js b/commands/100-games/timetobeatplannedgames.js index 8f8a94a..55279dc 100644 --- a/commands/100-games/timetobeatplannedgames.js +++ b/commands/100-games/timetobeatplannedgames.js @@ -24,9 +24,9 @@ module.exports = { if (!beatenGamesDatabaseEntries || beatenGamesDatabaseEntries.length == 0) { const embed = new EmbedBuilder() - .setTitle(`${user.username}'s average beat game length`) + .setTitle(`Time to beat ${user.displayName}'s planned games`) .setThumbnail(user.avatarURL()) - .setDescription(`${user.username} has not beat any games`) + .setDescription(`${user.username} has not planned any games`) .setTimestamp() .setFooter({ text: 'The Ochulus • 100 Games Challenge', iconURL: interaction.client.user.avatarURL() }) .setColor(0xFF0000);