mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
typings(AddGuildMemberOptions): change accessToken from String to string (#3815)
This commit is contained in:
parent
b347e9ec26
commit
ecd8cccddf
1 changed files with 1 additions and 1 deletions
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue