Skip to content

Lightweight wrapper to post bot stats to disforge.com

License

Notifications You must be signed in to change notification settings

dtmcl/disforgelite.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

disforgelite.js

Lightweight wrapper to post Discord bot stats to disforge.com

How to install

npm i disforgelite.js

Example Usage

var disforge = require("disforgelite.js").client(your.bot.id,"bot-auth-token");

setInterval(function(){ disforge.send(your.server.count); }, 3600000);

Disforge websites

Discord Bot List Discord Server List

About

Lightweight wrapper to post bot stats to disforge.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published