Skip to content

Commit

Permalink
Make reconnectAttempts/Delay typings optional (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabixdev authored and abalabahaha committed Nov 6, 2019
1 parent 1527843 commit 9d6f4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ declare namespace Eris {
ws?: any;
latencyThreshold?: number;
agent?: HTTPSAgent;
reconnectAttempts: number;
reconnectDelay: ReconnectDelayFunction;
reconnectAttempts?: number;
reconnectDelay?: ReconnectDelayFunction;
}
interface CommandClientOptions {
defaultHelpCommand?: boolean;
Expand Down

0 comments on commit 9d6f4fe

Please sign in to comment.