Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GuildPruneNonDryOptions

The options for a non-dry {@link Guild#prune}.

since

0.0.1

see

https://discord.com/developers/docs/resources/guild#begin-guild-prune-query-string-params

Hierarchy

  • {}
    • GuildPruneNonDryOptions

Index

Properties

Properties

Optional computePruneCount

computePruneCount: undefined | false | true

Whether 'pruned' is returned, discouraged for large guilds.

since

0.0.1

default

true

Optional dry

dry: undefined | false

Whether or not this operation should fetch instead of starting a prune.

since

0.0.1

default

false

Generated using TypeDoc