1.0.4 • Published 3 years ago

rgmrankingservice v1.0.4

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

RGM Ranking Service

ABOUT

rgmrankingservice package is a Roblox ranking API based on the RGM Ranking Service 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 rgmrankingservice
 
# Run this to instead install the module globally so you can use it anywhere. 
$ npm i rgmrankingservice -g

BASIC USAGE

var ranking = require('rgmrankingservice');

ranking.setKey('KEY')
ranking.promote(865079958)
ranking.demote(865079958)
ranking.setRank(865079958,10)
ranking.shout('HELLO PEOPLE!')
ranking.joinrequest(865079958,'Accept')

Made by xRG_M - Support Server

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago