interface BulkBanOptions

extends

Omit<BanOptions, 'deleteMessageDays'>
export interface BulkBanOptions extends Omit<BanOptions, 'deleteMessageDays'>

Options used for bulk banning users from a guild.

Constructors

constructor()

external
deleteMessageSeconds : number

Number of seconds of messages to delete, must be between 0 and 604800 (7 days), inclusive

external
reason : string

The reason for the bans