replace discord log with console log

This commit is contained in:
Lee 2024-10-29 14:42:34 +00:00
parent f4192b5030
commit 9e96d2f0ba

@ -206,9 +206,8 @@ export class ScoreService {
score.score
)) !== null
) {
await logToChannel(
DiscordChannels.backendLogs,
new EmbedBuilder().setDescription(`Score ${score.scoreId} already tracked`)
console.log(
`ScoreSaber score already tracked for "${playerName}"(${playerId}), difficulty: ${score.difficulty}, score: ${score.score}, leaderboard: ${leaderboard.id}, ignoring...`
);
return;
}