diff --git a/package-lock.json b/package-lock.json index 1b5ed7a..c4eb607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "rankgun-roblox", + "name": "rankgun", "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "rankgun-roblox", + "name": "rankgun", "version": "3.0.0", "license": "AGPL-3.0-only", "dependencies": { diff --git a/readme.md b/readme.md index dce7f77..0542621 100644 --- a/readme.md +++ b/readme.md @@ -31,4 +31,4 @@ Feel free to open a pull-request, we're happy to expand and improve! 💖 7. Serve: ``rojo serve serve.project.json`` 8. Connect via plugin in roblox studio. -Can upload to Roblox: ``rojo upload --asset_id 15764237093 ``. \ No newline at end of file +Can upload to Roblox: ``rojo upload --asset_id 85490101758086 ``. \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index a8505a9..1812f8e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -48,7 +48,7 @@ function Request( return DecodedBody; } -export class Client { +export class Bot { /**RankGun Client**/ workspace_id: string;