aboutsummaryrefslogtreecommitdiff
path: root/lib/models/id/guild_id_t.ml
blob: c67b9e503d1e39fe2db279c4dc246f26066460cd (plain) (blame)
1
2
3
type t = [ `Guild_id of Snowflake.t ] [@@deriving sexp, yojson]

let get_id (`Guild_id id) = id