mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-22 06:59:05 -05:00
9 lines
315 B
TypeScript
9 lines
315 B
TypeScript
export const PATREON_INITIAL_URL =
|
|
"https://www.patreon.com/api/oauth2/api/campaigns/2744004/pledges?include=patron.null,reward.null";
|
|
|
|
// 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";
|