mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
feat(Presence): Expose sync_id in Activity (#9766)
* feat(Presence): Expose sync_id in Activity * chore: mention non-documentation --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
1
packages/discord.js/typings/index.d.ts
vendored
1
packages/discord.js/typings/index.d.ts
vendored
@@ -264,6 +264,7 @@ export class Activity {
|
||||
size: [number, number];
|
||||
} | null;
|
||||
public state: string | null;
|
||||
public syncId: string | null;
|
||||
public timestamps: {
|
||||
start: Date | null;
|
||||
end: Date | null;
|
||||
|
||||
Reference in New Issue
Block a user