BenefitDiscordProperties
Properties for a benefit of type discord.
Summary
Types
@type t() :: %PolarExpress.Schemas.BenefitDiscordProperties{ guild_id: term(), guild_token: term(), kick_member: term(), role_id: term() }
guild_id- The ID of the Discord server.guild_tokenkick_member- Whether to kick the member from the Discord server on revocation.role_id- The ID of the Discord role to grant.