migrate around me to the backend
This commit is contained in:
parent
c40b8b5d8e
commit
c5bfdc8b9c
@ -43,7 +43,7 @@ connectScoreSaberWebSocket({
|
|||||||
onDisconnect: async error => {
|
onDisconnect: async error => {
|
||||||
await logToChannel(
|
await logToChannel(
|
||||||
DiscordChannels.backendLogs,
|
DiscordChannels.backendLogs,
|
||||||
new EmbedBuilder().setDescription(`ScoreSaber websocket disconnected: ${error?.message}`)
|
new EmbedBuilder().setDescription(`ScoreSaber websocket disconnected: ${error}`)
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user