From 62b7689d0af62daee569e7d8ab3c641af756e6ef Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Mon, 4 Feb 2019 13:21:52 -0700 Subject: Update yojson to 1.6.0 --- lib/dispatch.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/dispatch.mli') 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 -- cgit v1.2.3