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

follower {get}

API -

return function()
    local user = getUser('clonzeh');
    if user == nil then
        log('user does not exist!');
        return;
    end
    log('user is following: ' .. user.follower);
end

Last updated