mirror of
https://github.com/YuzuZensai/Discord-Presence-Relay.git
synced 2026-09-13 17:01:36 +00:00
♻️ refactor: auto format
This commit is contained in:
@@ -5,6 +5,7 @@ import { encodeFrame, FrameReader, OP_FRAME, OP_HANDSHAKE } from './ipc-protocol
|
||||
* A lazily-established connection to a secondary Discord instance that
|
||||
* mirrors the primary connection's handshake and SET_ACTIVITY frames.
|
||||
*/
|
||||
|
||||
export class MirrorConnection {
|
||||
private readonly sock: net.Socket
|
||||
private readonly reader = new FrameReader()
|
||||
|
||||
Reference in New Issue
Block a user