clean slate, birthday fix

This commit is contained in:
2026-06-08 20:57:40 +02:00
parent bb90ca792c
commit 7bd44bd653
13 changed files with 29 additions and 33 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ async function honorLeaderboard(interaction) {
})
const embed = new EmbedBuilder()
.setTitle('- Honors Leaderboard -')
.setThumbnail(guild.iconURL({ dynamic: true}))
.setThumbnail(interaction.guild.iconURL({ dynamic: true}))
.setDescription(fields.toString())
.setColor('#5865F2') // Discord's blurple color
.setFooter({ text: 'Use ◄ ► to navigate' });