Idk why this was an async function
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
||||
}]
|
||||
})
|
||||
|
||||
const head = await getHeadURL(ign)
|
||||
const head = getHeadURL(ign)
|
||||
const player = (await getPlayer(uuid)) as IPlayerData
|
||||
if (!player) {
|
||||
interaction.editReply({
|
||||
|
||||
Reference in New Issue
Block a user