getPruneCount

open suspend fun getPruneCount(days: Int = 7): Int(source)

Requests to get the amount of users that would be pruned in this guild.

A user is pruned if they have not been seen within the given days and don't have a Role assigned in this guild.

Throws

if something went wrong during the request.