mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
remove comments
This commit is contained in:
@@ -279,10 +279,6 @@ export async function handleDiscordPayload(
|
||||
data: DiscordPayload,
|
||||
shardID: number,
|
||||
) {
|
||||
// TODO: Log that this is happening
|
||||
// eventHandlers.raw?.(data);
|
||||
// await eventHandlers.dispatchRequirements?.(data, shardID);
|
||||
|
||||
await fetch(ws.url, {
|
||||
method: "post",
|
||||
body: JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user