replace discord log with console log
This commit is contained in:
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user