Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Presence ClientStatus #1303

Merged
merged 4 commits into from
Dec 29, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update structs.go
Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
ikafly144 and FedorLap2006 authored Dec 28, 2022
commit 2fbcfb3b3ea4209b5d7b2c3ff71803973223f287
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
@@ -1331,7 +1331,7 @@ func (m *Member) AvatarURL(size string) string {

}

// ClientStatus stores the online, offline, idle, or dnd status of each devices of Guild members.
// ClientStatus stores the online, offline, idle, or dnd status of each device of a Guild member.
type ClientStatus struct {
Desktop Status `json:"desktop"`
Mobile Status `json:"mobile"`