Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahman1s committed Apr 16, 2023
1 parent c5b7f96 commit cef4d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/websocket/WebSocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Client } from '../Client'
import { ClientUser } from '../structures'
import { Events, WSEvents } from '../Constants'
import { Error } from '../errors'
import WebSocket from 'ws'
import WebSocket from 'isomorphic-ws'

declare function clearInterval(id: number): void
declare function setInterval(cb: (...args: any[]) => void, delay?: number, ...args: any[]): number
Expand Down

0 comments on commit cef4d64

Please sign in to comment.