¿For what is that? This pack has been created to keep glitch projects always on, without any payment. The URL is automatically find ¡Only functional in glitch proyects!
Donations Discord: Ic𝖾#0069
| Avalible functions | Explications |
|---|---|
| start | The package attempt to call the url |
npm install glitch-automaticping//Package
const automaticping = require("glitch-automaticping");
const Discord = require("discord.js")
const client = Discord.Client()
client.on("ready", () => {
console.log("Bot ready")
//call interval
setInterval( function() {
automaticping.start()
}, 10000)
//This time you can change it, but 10000 work correctly
});