mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
deno fmt
This commit is contained in:
@@ -11,7 +11,8 @@ export async function createShard(shardId: number) {
|
||||
ws.log("ERROR", { shardId, error: errorEvent });
|
||||
};
|
||||
|
||||
socket.onmessage = ({ data: message }) => ws.handleOnMessage(message, shardId);
|
||||
socket.onmessage = ({ data: message }) =>
|
||||
ws.handleOnMessage(message, shardId);
|
||||
|
||||
socket.onclose = (event) => {
|
||||
ws.log("CLOSED", { shardId, payload: event });
|
||||
|
||||
Reference in New Issue
Block a user