BenefitDiscordProperties
Properties for a benefit of type discord.
Summary
Types
@type t() :: %PolarExpress.Schemas.BenefitDiscordProperties{ guild_id: String.t() | nil, guild_token: String.t() | nil, kick_member: boolean() | nil, role_id: String.t() | nil }
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.