mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
pushing fixes
This commit is contained in:
@@ -90,7 +90,7 @@ export function handleDiscordPayload(
|
||||
socket: WebSocket,
|
||||
resumeInterval: number,
|
||||
) {
|
||||
console.log("inside handle discord payloa", data.t);
|
||||
console.log("inside handle discord payloa", data.t, eventHandlers);
|
||||
// Update the sequence number if it is present
|
||||
if (data.s) updatePreviousSequenceNumber(data.s);
|
||||
eventHandlers.raw?.(data);
|
||||
|
||||
Reference in New Issue
Block a user