Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/ro-js/rojs-bot
- Owner: ro-js
- Created: 2022-03-03T12:18:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T18:16:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-24T00:57:09.727Z (2 months ago)
- Topics: discord, discord-js, roblox, roblox-api
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 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 consoleStructure:
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