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