migrate around me to the backend

This commit is contained in:
Lee
2024-10-19 04:53:17 +01:00
parent c40b8b5d8e
commit c5bfdc8b9c

@ -43,7 +43,7 @@ connectScoreSaberWebSocket({
onDisconnect: async error => {
await logToChannel(
DiscordChannels.backendLogs,
new EmbedBuilder().setDescription(`ScoreSaber websocket disconnected: ${error?.message}`)
new EmbedBuilder().setDescription(`ScoreSaber websocket disconnected: ${error}`)
);
},
});