This commit is contained in:
Jonny_Bro (Nikita) 2023-06-17 17:57:13 +05:00
parent 17aece54ff
commit aa5d328d38

View file

@ -94,9 +94,9 @@ class Sendmessage extends BaseCommand {
const embed = new EmbedBuilder() const embed = new EmbedBuilder()
.setColor(client.config.embed.color) .setColor(client.config.embed.color)
.setTitle("InstaLife") .setTitle(`@${name}`)
.setAuthor({ .setAuthor({
name: `@${name}`, name: "InstaLife",
}) })
.setImage(attachment ? attachment.url : null) .setImage(attachment ? attachment.url : null)
.setDescription(text); .setDescription(text);