Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ro-js/rojs-bot

An ROBLOX bot that uses discord.js v13 and ro.js!
https://github.com/ro-js/rojs-bot

discord discord-js roblox roblox-api

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# ROBLOX ro-js@bot

An [ROBLOX](https://roblox.com) package devileried for you to make your hard work a little bit easier in action!

## Starting bot

Copy folder ["app"](https://github.com/ro-js/rojs-bot/tree/main/app), and then paste into your local machine or any other hosting.
After that, change your [config.json](https://github.com/ro-js/rojs-bot/blob/main/app/config.json). It's should be looking like this:
```json
{
"clientId": "949288912550002738",
"guildId": "876543210987654321",
"token": "OTQ5Mjg4OTEyNTUwMDAyNzM4.YiIMMQ.gSYh_WtUszkLGVfl6B5MWnRucGs"
}
```
And then, you can start bot!

[![warn1](https://raw.githubusercontent.com/ro-js/rojs/docs/фыцф.PNG)](#)

----------------

## Installion and Usage@ro-js
Installing with NPM:
```bash
$ npm install @rojs/ro-js
```
Using:
```js
const rojs = require('@rojs/ro-js')

```
### Example@ro-js
```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:
- Ro.JS library: https://github.com/ro-js/rojs/issues
- Ro.JS Bot: https://github.com/ro-js/rojs-bot/issues

------------------


made w/ love 4u