Skip to content

Commit 3defaeb

Browse files
author
caneleex
committed
add SyncID to Activity
I hate Discord with my whole soul
1 parent a783e34 commit 3defaeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/activity.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ type Activity struct {
3030
URL *string `json:"url"`
3131
CreatedAt time.Time `json:"created_at"`
3232
Timestamps *ActivityTimestamps `json:"timestamps,omitempty"`
33+
SyncID *string `json:"sync_id,omitempty"`
3334
ApplicationID snowflake.ID `json:"application_id,omitempty"`
3435
Details *string `json:"details,omitempty"`
3536
State *string `json:"state,omitempty"`

0 commit comments

Comments
 (0)