diff --git a/src/game/stats/service.ts b/src/game/stats/service.ts index dc18c5e..bf5a934 100644 --- a/src/game/stats/service.ts +++ b/src/game/stats/service.ts @@ -63,7 +63,7 @@ export async function updateStats( return stats; } catch (error) { - console.error(`Error updating stats for ${userId} in ${guildId}:`, error); + console.error("Error updating player stats", error); throw error; } }