Set default avatar talent level to 10

This commit is contained in:
KingRainbow44
2023-05-15 03:26:29 -04:00
parent 8be18a6460
commit 639cbb481d

View File

@@ -38,7 +38,7 @@ export async function grantAvatar(
avatar: number,
level = 90,
constellations = 6,
talents = 6
talents = 10
): Promise<CommandResponse> {
// Validate the numbers.
if (invalid(avatar) || invalid(level) || invalid(constellations) || invalid(talents))