1.1.1 • Published 4 years ago

glitch-automaticping v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

¿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 |

Instalation:

npm install glitch-automaticping

Usage:

//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
});
1.1.1

4 years ago

1.1.0

4 years ago

1.0.37

4 years ago

1.0.36

4 years ago

1.0.35

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago