Apps Home
|
Create an App
Application
Author:
test123test
Description
Source Code
Launch App
Current Users
Created by:
Test123test
var total_tipped = 0; cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) var request = require('request'); request.post('http://thetwistedlounge.com/api/123', {json: true, body: input}, function(err, res, body) { if (!err && res.statusCode === 200) { funcTwo(body, function(err, output) { cb.chatNotice(output); }); } }); cb.chatNotice("Total Tipped: " + total_tipped); cb.chatNotice(tip); }); cb.tipOptions(function (user) { return { options: [ { label: 'choice1' }, { label: 'choice2' }, { label: 'choice3' } ], label: "Select a choice:" }; }); cb.onEnter(function (user) { // TODO Welcome user and explain the APP rules. cb.chatNotice('Welcome ' + user['user'] + '!'); }); cb.settings_choices = [ { name: 'token', type: 'str', minLength: 1, maxLength: 255 } ];
© Copyright Chaturbate 2011- 2025. All Rights Reserved.