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