mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
feat(GuildMemberManager#prune): roles query param (#4142)
Co-authored-by: izexi <43889168+izexi@users.noreply.github.com> Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com> Co-authored-by: kyranet <kyradiscord@gmail.com> Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com> Co-authored-by: Noel <icrawltogo@gmail.com>
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -2606,6 +2606,7 @@ declare module 'discord.js' {
|
||||
days?: number;
|
||||
dry?: boolean;
|
||||
reason?: string;
|
||||
roles?: RoleResolvable[];
|
||||
}
|
||||
|
||||
interface GuildWidgetData {
|
||||
|
||||
Reference in New Issue
Block a user