Alchemy.Client.prune_guild

You're seeing just the function prune_guild, go back to Alchemy.Client module for more information.
Link to this function

prune_guild(guild_id, days)

Specs

prune_guild(snowflake(), Integer) :: {:ok, nil} | {:error, term()}

Removes inactive members of a guild.

Days allows you to specify the amount of days of inactivity necessary to be kicked from the guild.

Requires the :manage_roles permission

Examples

Client.prune_guild(guild_id, )