harmony/src/gateway/handlers/presenceUpdate.ts

7 lines
162 B
TypeScript
Raw Normal View History

import { Gateway, GatewayEventHandler } from '../index.ts'
export const presenceUpdate: GatewayEventHandler = async (
gateway: Gateway,
d: any
) => {}