Coverage for polar/benefit/strategies/discord/properties.py: 100%
10 statements
« prev ^ index » next coverage.py v7.10.6, created at 2025-12-05 15:52 +0000
« prev ^ index » next coverage.py v7.10.6, created at 2025-12-05 15:52 +0000
1from ..base.properties import BenefitGrantProperties, BenefitProperties 1a
4class BenefitDiscordProperties(BenefitProperties): 1a
5 guild_id: str 1a
6 role_id: str 1a
7 kick_member: bool 1a
10class BenefitGrantDiscordProperties(BenefitGrantProperties, total=False): 1a
11 account_id: str | None 1a
12 guild_id: str 1a
13 role_id: str 1a
14 granted_account_id: str 1a