diff --git a/typings/index.d.ts b/typings/index.d.ts index 09cc75ca599a..51b0d993c551 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1797,8 +1797,8 @@ declare module 'discord.js' { public readonly highest: Role; public create(options?: { data?: RoleData, reason?: string }): Promise; - public fetch(id?: Snowflake, cache?: boolean): Promise; public fetch(id: Snowflake, cache?: boolean): Promise; + public fetch(id?: Snowflake, cache?: boolean): Promise; } export class UserStore extends DataStore {