Skip to content

Commit

Permalink
fixed issue with Websocket import
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyy committed May 21, 2020
1 parent ee2dcd8 commit 64e3bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/Client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import EventEmitter from 'https://deno.land/[email protected]/node/events.ts';
import WebSocketManager from '../client/ws/Websocket.ts';
import WebSocketManager from '../client/ws/WebSocket.ts';
import ClientUser from './ClientUser.ts';
import Guild from '../models/Guild.ts';
import RestAPIHandler from '../client/rest/RestAPIHandler.ts';
Expand Down

0 comments on commit 64e3bce

Please sign in to comment.