Idk why this was an async function

This commit is contained in:
2024-10-16 11:08:09 +02:00
parent 523f8115e7
commit 8eac52d592
15 changed files with 15 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ export default {
}
const ign = player?.playername || ""
const head = await getHeadURL(ign)
const head = getHeadURL(ign)
const rank2 = player.newPackageRank
const monthlyRank = player.monthlyPackageRank

View File

@@ -48,7 +48,7 @@ export default {
}]
})
const head = await getHeadURL(ign)
const head = getHeadURL(ign)
const player = await getPlayer(uuid)
if (!player) {
interaction.editReply({