bloxy icon indicating copy to clipboard operation
bloxy copied to clipboard

Interact with the Roblox website and API

Results 9 bloxy issues
Sort by recently updated
recently updated
newest added

When i try to run my bloxy code it outputs this error: ``` Error: Failed to retrieve module "got" and no custom requester provided! at getRequester (C:\Users\kvand\OneDrive\Bureaublad\JS Devproduct\node_modules\bloxy\dist\controllers\rest\lib\getRequester.js:10:19) at new...

I reinstalled it about 25 times and it still gives me the same error, tried installing got and same error. ![image](https://github.com/affenity/bloxy/assets/89105733/6e158d7c-6e1e-45e2-ae45-6e0ee2d59d6f)

A major rewrite of bloxy has been in the works for some time now. For the sake of transparency, I want to include updates and what's remaining before launching a...

There seems to be a conflict in the UserPresenceType stored in the `User` class In the `User` class, the `userPresenceType` value in the `presence` field is of type `string`, however...

v6
typings
linear

I'm working on rewriting my API in TypeScript and noticed that all bloxy now exports is the Client. It would be nice if all types are exported too, so I...

v6
typings

This PR (and branch) updates bloxy to version 6. No information yet to this other than it will fix a lot of problems. To-Do: - [ ] Update APIs APIs:...

v6

``` TypeError: Cannot read properties of null (reading 'Final') at C:\Users\Administrator\Desktop\QBOT\qbot\node_modules\bloxy\dist\client\Client.js:111:43 at processTicksAndRejections (node:internal/process/task_queues:95:5) at async C:\Users\Administrator\Desktop\QBOT\qbot\src\arguments\handleRobloxUser.ts:36:36 ```