On Follower
API -
function yourEvent(user)
log('Thanks for following' .. user.displayName);
end
return function()
addEvent('follower', 'yourEvent');
keepAlive();
end
Last updated
API -
function yourEvent(user)
log('Thanks for following' .. user.displayName);
end
return function()
addEvent('follower', 'yourEvent');
keepAlive();
end
Last updated