Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin committed Apr 23, 2019
1 parent 9534ad1 commit 10ac202
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1305,8 +1305,6 @@ declare module 'discord.js' {
public status: Status;
public readonly ping: number;

public broadcast(packet: object): void;

public on(event: WSEventType, listener: (data: any, shardID: number) => void): this;
public once(event: WSEventType, listener: (data: any, shardID: number) => void): this;
private debug(message: string, shard?: WebSocketShard): void;
Expand Down

0 comments on commit 10ac202

Please sign in to comment.