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

@@ -85,7 +85,7 @@ async function getGuild(query: string, reqType: GuildQueryType = "player"): Prom
}
}
async function getHeadURL(ign: string): Promise<string | null> {
function getHeadURL(ign: string): string {
return minotar + ign
}