diff options
| author | Adelyn Breelove <[email protected]> | 2019-02-04 13:21:52 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-02-04 13:21:52 -0700 |
| commit | 62b7689d0af62daee569e7d8ab3c641af756e6ef (patch) | |
| tree | fb0777298a29ffb1f92c79350681f1fe55248ae5 /lib/dispatch.mli | |
| parent | Opt to never force close unix fd before writer is flushed (diff) | |
| download | disml-62b7689d0af62daee569e7d8ab3c641af756e6ef.tar.xz disml-62b7689d0af62daee569e7d8ab3c641af756e6ef.zip | |
Update yojson to 1.6.0
Diffstat (limited to 'lib/dispatch.mli')
| -rw-r--r-- | lib/dispatch.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dispatch.mli b/lib/dispatch.mli index 36f3ece..18b9261 100644 --- a/lib/dispatch.mli +++ b/lib/dispatch.mli @@ -56,7 +56,7 @@ val member_unban : (GuildBanRemove.t -> unit) ref val guild_emojis_update : (GuildEmojisUpdate.t -> unit) ref
(** Dispatched when a guild's integrations are updated. *)
-(* val integrations_update : (Yojson.Safe.json -> unit) ref *)
+(* val integrations_update : (Yojson.Safe.t -> unit) ref *)
(** Dispatched when a member joins a guild. *)
val member_join : (GuildMemberAdd.t -> unit) ref
@@ -116,5 +116,5 @@ val webhook_update : (WebhookUpdate.t -> unit) ref val unknown : (Unknown.t -> unit) ref
(**/**)
-(* val voice_state_update : (Yojson.Safe.json -> unit) ref *)
-(* val voice_server_update : (Yojson.Safe.json -> unit) ref *)
\ No newline at end of file +(* val voice_state_update : (Yojson.Safe.t -> unit) ref *)
+(* val voice_server_update : (Yojson.Safe.t -> unit) ref *)
\ No newline at end of file |