Loyalty / Referral Network (Physical + Digital)
: Instead of just listing links, the page features a "Daily Loot" button. Clicking it gives fans a chance to win exclusive community perks, such as Discord roles, in-game skins, or shoutouts. Community Milestones
function makeSweetmookLink(host, namespace, type, id, slug) { slug = slug ? normalizeSlug(slug) : ''; return `https://${host}/${namespace}/${type}/${id}${slug ? '/' + slug : ''}`; }
Loyalty / Referral Network (Physical + Digital)
: Instead of just listing links, the page features a "Daily Loot" button. Clicking it gives fans a chance to win exclusive community perks, such as Discord roles, in-game skins, or shoutouts. Community Milestones
function makeSweetmookLink(host, namespace, type, id, slug) { slug = slug ? normalizeSlug(slug) : ''; return `https://${host}/${namespace}/${type}/${id}${slug ? '/' + slug : ''}`; }