mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
feat(Client): enforce passing scopes to generateInvite (#6024)
Co-authored-by: Antonio Román <kyradiscord@gmail.com> Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -3696,7 +3696,7 @@ declare module 'discord.js' {
|
||||
permissions?: PermissionResolvable;
|
||||
guild?: GuildResolvable;
|
||||
disableGuildSelect?: boolean;
|
||||
additionalScopes?: InviteScope[];
|
||||
scopes: InviteScope[];
|
||||
}
|
||||
|
||||
interface CreateInviteOptions {
|
||||
|
||||
Reference in New Issue
Block a user