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 score.score
)) !== null )) !== null
) { ) {
await logToChannel( console.log(
DiscordChannels.backendLogs, `ScoreSaber score already tracked for "${playerName}"(${playerId}), difficulty: ${score.difficulty}, score: ${score.score}, leaderboard: ${leaderboard.id}, ignoring...`
new EmbedBuilder().setDescription(`Score ${score.scoreId} already tracked`)
); );
return; return;
} }