Skip to content

Commit

Permalink
Mark ClientOptions in Eris function as required (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Aug 4, 2021
1 parent ee960c0 commit 3d80d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -7,7 +7,7 @@ import { URL } from "url";
import { Socket as DgramSocket } from "dgram";
import * as WebSocket from "ws";

declare function Eris(token: string, options?: Eris.ClientOptions): Eris.Client;
declare function Eris(token: string, options: Eris.ClientOptions): Eris.Client;

declare namespace Eris {
export const Constants: Constants;
Expand Down

0 comments on commit 3d80d20

Please sign in to comment.