From aa5d328d386df40a5be4e353139881e47733a919 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sat, 17 Jun 2023 17:57:13 +0500 Subject: [PATCH] --- commands/SunCountry/sendmessage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/SunCountry/sendmessage.js b/commands/SunCountry/sendmessage.js index 60c2c376..321735b9 100644 --- a/commands/SunCountry/sendmessage.js +++ b/commands/SunCountry/sendmessage.js @@ -94,9 +94,9 @@ class Sendmessage extends BaseCommand { const embed = new EmbedBuilder() .setColor(client.config.embed.color) - .setTitle("InstaLife") + .setTitle(`@${name}`) .setAuthor({ - name: `@${name}`, + name: "InstaLife", }) .setImage(attachment ? attachment.url : null) .setDescription(text);