mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings(AddGuildMemberOptions): change accessToken from String to string (#3815)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -2031,7 +2031,7 @@ declare module 'discord.js' {
|
||||
}
|
||||
|
||||
interface AddGuildMemberOptions {
|
||||
accessToken: String;
|
||||
accessToken: string;
|
||||
nick?: string;
|
||||
roles?: Collection<Snowflake, Role> | RoleResolvable[];
|
||||
mute?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user