PlayerEvent

interface PlayerEvent {
  op: "event";
  type: PlayerEventType;
  guildId: string;
}

Last updated