Bots Home
|
Create an App
emal
Author:
kindasubby
Description
Source Code
Launch Bot
Current Users
Created by:
Kindasubby
cb.onTip(function (tip) { var total_tipped = parseInt(tip.amount); var value_to_add = total_tipped * 60; // Add 1 minute for every token tipped // Make HTTP GET request to emlalock API to add time var url = "https://api.emlalock.com/add?userid=1eut90jm8evm64c&apikey=2w67w497lx&value=" + value_to_add; fetch(url) .then(response => { if (!response.ok) { throw new Error('HTTP error ' + response.status); } return response.text(); }) .then(data => { cb.log("Added " + value_to_add + " seconds to Emlalock"); }) .catch(error => { cb.log("Error adding time to Emlalock: " + error.message); }); });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.