diff --git a/typings/index.d.ts b/typings/index.d.ts index ef329b45654c..407bf034cbb6 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1165,6 +1165,7 @@ declare module 'discord.js' { public readonly member: GuildMember | null; public status: PresenceStatus; public readonly user: User | null; + public userID: Snowflake; public equals(presence: Presence): boolean; }