For the complete documentation index, see llms.txt. This page is also available as Markdown.

subTier {get}

API -

return function()
    local user = getUser('clonzeh');
    if user == nil then
        log('user does not exist!');
        return;
    end
    log('user is subscribing as tier: ' .. user.subTier);
end

Last updated