aboutsummaryrefslogtreecommitdiff
path: root/src/hypixel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/hypixel.ts')
-rw-r--r--src/hypixel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hypixel.ts b/src/hypixel.ts
index 599a7e1..464f3dd 100644
--- a/src/hypixel.ts
+++ b/src/hypixel.ts
@@ -83,7 +83,7 @@ export async function fetchUser({ user, uuid, username }: UserAny, included: Inc
}
if (!uuid) {
// the user doesn't exist.
- if (debug) console.log('error:', user, 'doesnt exist')
+ if (debug) console.debug('error:', user, 'doesnt exist')
return null
}