diff options
Diffstat (limited to 'lib/models/user/presence.mli')
| -rw-r--r-- | lib/models/user/presence.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/models/user/presence.mli b/lib/models/user/presence.mli index 0582f66..13c8cf0 100644 --- a/lib/models/user/presence.mli +++ b/lib/models/user/presence.mli @@ -1,8 +1,8 @@ type t = { user: User_t.partial_user; - roles: Snowflake.t list; + roles: Role_id.t list; game: Activity.t option; - guild_id: Snowflake.t; + guild_id: Guild_id_t.t; status: string; activities: Activity.t list; } [@@deriving sexp, yojson]
\ No newline at end of file |