2.5.0 • Published 3 years ago

secureservice v2.5.0

Weekly downloads
22
License
ISC
Repository
-
Last release
3 years ago

SecureService

ABOUT

Secureservice package is a Roblox ranking API based on the SecureService Ranking systems, with this you can make your own bot and more!

PREREQUISITES

  • node.js

INSTALLATION

# Run this to install the package to your local bot. 
$ npm i secureservice
 
# Run this to instead install the module globally so you can use it anywhere. 
$ npm i secureservice -g

BASIC USAGE

var ranking = require('secureservice');

ranking.promote('key',812436703, GROUPID)
ranking.demote('key',812436703,GROUPID)
ranking.setRank('key',812436703,10,GROUPID)
ranking.shout('key','HELLO PEOPLE!',GROUPID)
ranking.joinrequest('key',812436703,true,GROUPID)
ranking.exile("key", 812436703, GROUPID)
2.5.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.5.0

3 years ago

1.0.0

3 years ago