From f3b34e0bfe36d8bebb9219d6193b04ddb1e1aa3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Olausson=20Holten=C3=A4s?= Date: Wed, 9 Mar 2022 21:56:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20fancier=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/profile/addons/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/profile/addons/view.js b/src/commands/profile/addons/view.js index 2ae9946..178fc8d 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: `${target || 'You'} have to write something before viewing ${target || 'your'} profile!`, + description: `${target || 'You'} have to write something before viewing ${target ? 'their' : 'your'} profile!`, timestamp: new Date(), color: config.colors.error, footer: { iconURL: config.footer.icon, text: config.footer.text },