/rojs-bot

An ROBLOX bot that uses discord.js v13 and ro.js!

Primary LanguageJavaScript

ROBLOX ro-js@bot

An ROBLOX package devileried for you to make your hard work a little bit easier in action!

Starting bot

Copy folder "app", and then paste into your local machine or any other hosting. After that, change your config.json. It's should be looking like this:

{
	"clientId": "949288912550002738",
	"guildId": "876543210987654321",
	"token": "OTQ5Mjg4OTEyNTUwMDAyNzM4.YiIMMQ.gSYh_WtUszkLGVfl6B5MWnRucGs"
}

And then, you can start bot!
warn1


Installion and Usage@ro-js

Installing with NPM:

$ npm install @rojs/ro-js

Using:

const rojs = require('@rojs/ro-js')

Example@ro-js

const rojs = require('@rojs/ro-js')
rojs.GetUsernameByID(1, console.log) /* 
Description:
Returns 'ROBLOX' in console

Structure:
rojs.GetUsernameByID(id, callback)
*/

Questions or issues?

Ask them right here:


made w/ love 4u