summary refs log tree commit diff
path: root/src/opcodes/PresenceUpdate.ts
blob: 95cf2306f5c969461349ebae05dd24194cfb2032 (plain) (blame)
1
2
3
4
import { Payload } from "../util/Constants";
import WebSocket from "../util/WebSocket";

export function onPresenceUpdate(this: WebSocket, data: Payload) {}