mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
fix(TeamMember): Fixed incorrect return types. (#6044)
This commit is contained in:
@@ -36,7 +36,7 @@ class Team extends Base {
|
||||
|
||||
/**
|
||||
* The Team's owner id
|
||||
* @type {?string}
|
||||
* @type {?Snowflake}
|
||||
*/
|
||||
this.ownerId = data.owner_user_id ?? null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user