mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04: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()
|
||||
.setColor(client.config.embed.color)
|
||||
.setTitle("InstaLife")
|
||||
.setTitle(`@${name}`)
|
||||
.setAuthor({
|
||||
name: `@${name}`,
|
||||
name: "InstaLife",
|
||||
})
|
||||
.setImage(attachment ? attachment.url : null)
|
||||
.setDescription(text);
|
||||
|
|
Loading…
Reference in a new issue