diff --git a/typings/index.d.ts b/typings/index.d.ts index f71b9da91..7ca76442e 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2031,7 +2031,7 @@ declare module 'discord.js' { } interface AddGuildMemberOptions { - accessToken: String; + accessToken: string; nick?: string; roles?: Collection | RoleResolvable[]; mute?: boolean;