mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +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 {
|
interface AddGuildMemberOptions {
|
||||||
accessToken: String;
|
accessToken: string;
|
||||||
nick?: string;
|
nick?: string;
|
||||||
roles?: Collection<Snowflake, Role> | RoleResolvable[];
|
roles?: Collection<Snowflake, Role> | RoleResolvable[];
|
||||||
mute?: boolean;
|
mute?: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user