diff --git a/src/commands/profile/addons/view.js b/src/commands/profile/addons/view.js index 32a4873..2ae9946 100644 --- a/src/commands/profile/addons/view.js +++ b/src/commands/profile/addons/view.js @@ -38,7 +38,7 @@ module.exports = async (interaction) => { if (user === null || experience === null || credit === null) { const embed = { title: 'Profile', - description: 'You have to write something before viewing your profile!', + description: `${target || 'You'} have to write something before viewing ${target || 'your'} profile!`, timestamp: new Date(), color: config.colors.error, footer: { iconURL: config.footer.icon, text: config.footer.text },