interface PlayerEvent { op: "event"; type: PlayerEventType; guildId: string; }
Last updated 1 year ago