We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010a138 commit b90d192Copy full SHA for b90d192
src/Discord/Parts/User/Member.php
@@ -667,7 +667,7 @@ protected function getClientStatusAttribute(): ClientStatus
667
*/
668
protected function getIdAttribute(): string
669
{
670
- return $this->attributes['id'] ?? $this->attributes['user']->id;
+ return $this->attributes['id'] ?? $this->user->id;
671
}
672
673
/**
0 commit comments