mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
This commit is contained in:
parent
17aece54ff
commit
aa5d328d38
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue