docs: document constructors of extendible structures (#3160)

* docs: document constructors of extendible structures

* docs(ClientPresence): document default value for data parameter

Co-Authored-By: SpaceEEC <spaceeec@yahoo.com>

* docs(Presence): document default value for data parameter

Co-Authored-By: SpaceEEC <spaceeec@yahoo.com>

* docs(DMChannel): capitalize DM in the constructor doc
This commit is contained in:
SpaceEEC
2019-04-14 14:50:55 +02:00
committed by GitHub
parent 5d10585af8
commit ca43919642
14 changed files with 58 additions and 1 deletions

2
typings/index.d.ts vendored
View File

@@ -809,7 +809,7 @@ declare module 'discord.js' {
}
export class Presence {
constructor(client: Client, data?: object);
constructor(client: Client, data: object);
public activity: Activity;
public flags: Readonly<ActivityFlags>;
public status: PresenceStatus;