Skip to content

Commit

Permalink
Update kullanıcı-bilgi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bes-js authored May 24, 2023
1 parent ec00065 commit 7df96cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
.setTitle(durum.details)
.build();

return message.reply({files:[{name:"canvafy.png",attachment:spotify.toBuffer()}],embeds: [beş_embed.setDescription(
return message.reply({files:[{name:"canvafy.png",attachment:spotify}],embeds: [beş_embed.setDescription(
`**
• Kullanıcı: (<@${member.id}> - \`${member.id}\`) (${member.roles.highest})
• Sunucuya Katılım Sırası: ${(message.guild.members.cache.filter(a => a.joinedTimestamp <= member.joinedTimestamp).size).toLocaleString()}/${(message.guild.memberCount).toLocaleString()}
Expand All @@ -42,4 +42,4 @@ module.exports = {
• Avatar: [Tıkla](${member.user.displayAvatarURL({dynamic:true})})**
`).setThumbnail(member.user.displayAvatarURL({dynamic:true})).setTitle(`${member.user.tag} Bilgileri`).setImage(message.guild.bannerURL({dynamic:true,size: 4096})).setURL(`https://linktr.ee/beykant`)] });
}
}
}

0 comments on commit 7df96cf

Please sign in to comment.