From c3d6e15bb89d4a93a2fa486db6c8e126baf4da2e Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Mon, 21 Jan 2019 08:52:33 -0700 Subject: folder restructure --- lib/models/reaction_t.ml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/models/reaction_t.ml (limited to 'lib/models/reaction_t.ml') diff --git a/lib/models/reaction_t.ml b/lib/models/reaction_t.ml deleted file mode 100644 index c382b68..0000000 --- a/lib/models/reaction_t.ml +++ /dev/null @@ -1,14 +0,0 @@ -open Core - -type reaction_event = { - user_id: Snowflake.t; - channel_id: Snowflake.t; - message_id: Snowflake.t; - guild_id: Snowflake.t option [@default None]; - emoji: Emoji.partial_emoji; -} [@@deriving sexp, yojson] - -type t = { - count: int; - emoji: Emoji.t; -} [@@deriving sexp, yojson { strict = false}] \ No newline at end of file -- cgit v1.2.3