Updated more Thumbnails to reliable sources,, fixed quotes leaderboard

This commit is contained in:
2026-04-06 22:31:54 +02:00
parent 664224b14e
commit 6533510481
11 changed files with 91 additions and 175 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = {
})
const embed = new EmbedBuilder()
.setTitle('Honors Leaderboard')
.setThumbnail('https://cdn.discordapp.com/attachments/1152723542836772914/1152940755539722240/pngwing.com.png')
.setThumbnail(guild.iconURL({ dynamic: true}))
.setDescription(fields.toString())
.setColor('#5865F2') // Discord's blurple color
.setFooter({ text: 'Use ◄ ► to navigate' });