Alex

Results 3 issues of Alex

### Methods that return fields with `object` types - [ ] GetPreferences - [ ] GetSocialProfile - [ ] GetUserSettings - [ ] GetUserSummary - [ ] GetWellnessSleepData - [x]...

feature

The MFA flow approach can be borrowed from the project [peloton-to-garmin](https://github.com/philosowaffle/peloton-to-garmin) ref #43

feature

**Describe the bug** Can't handle undocumented event `VOICE_CHANNEL_STATUS_UPDATE` **Error** ``` {"time":"2025-02-21T09:31:50.454608+02:00","level":"DEBUG","source":{"function":"github.com/disgoorg/disgo/gateway.(*gatewayImpl).parseMessage","file":"/Users/sealbro/go/pkg/mod/github.com/disgoorg/[email protected]/gateway/gateway_impl.go","line":486},"msg":"received gateway message","name":"gateway","shard_id":0,"shard_count":1,"data":"{\"t\":\"VOICE_CHANNEL_STATUS_UPDATE\",\"s\":3,\"op\":0,\"d\":{\"status\":null,\"id\":\"\",\"guild_id\":\"\"}}"} {"time":"2025-02-21T09:31:50.454829+02:00","level":"DEBUG","source":{"function":"github.com/disgoorg/disgo/gateway.(*gatewayImpl).listen","file":"/Users/sealbro/go/pkg/mod/github.com/disgoorg/[email protected]/gateway/gateway_impl.go","line":410},"msg":"unknown event received","name":"gateway","shard_id":0,"shard_count":1,"event":"VOICE_CHANNEL_STATUS_UPDATE","data":"{\"status\":null,\"id\":\"\",\"guild_id\":\"\"}"} ``` **To Reproduce** - Connect to Discord gateway - Enter into a voice channel...

type:enhancement
s:waiting for discord