diff --git a/types/passport-discord/index.d.ts b/types/passport-discord/index.d.ts index ccc181b137..6c96a153df 100644 --- a/types/passport-discord/index.d.ts +++ b/types/passport-discord/index.d.ts @@ -29,7 +29,7 @@ export namespace Strategy { clientID: string; clientSecret: string; callbackURL: string; - scope: string[]; + scope?: string[]; } interface Profile extends passport.Profile {