mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 20:56:13 -05:00
11 lines
457 B
TypeScript
11 lines
457 B
TypeScript
export const PATREON_INITIAL_URL =
|
|
"https://www.patreon.com/api/oauth2/v2/campaigns/2744004/members?include=currently_entitled_tiers,user&fields%5Buser%5D=social_connections&fields%5Bmember%5D=pledge_relationship_start";
|
|
|
|
// tier 1 lowest, tier 4 highest
|
|
export const TIER_1_ID = "6959473";
|
|
export const TIER_2_ID = "6381152";
|
|
export const TIER_3_ID = "6381153";
|
|
export const TIER_4_ID = "6959564";
|
|
// free tier?
|
|
export const UNKNOWN_TIER_ID = "10544667";
|