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