Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

u0f/GLITCH-automaticping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

¿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
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published