diff --git a/README.md b/README.md index 3055ae1..88003ed 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@     - + diff --git a/apis/websocket/README.md b/apis/websocket/README.md index b66086f..1bdbe4c 100755 --- a/apis/websocket/README.md +++ b/apis/websocket/README.md @@ -17,7 +17,7 @@     - + diff --git a/bots/discord/package.json b/bots/discord/package.json index e839061..a9bf588 100644 --- a/bots/discord/package.json +++ b/bots/discord/package.json @@ -8,7 +8,7 @@ "scripts": { "register": "bun run scripts/reload-slash-commands.ts", "dev": "bun --watch src/index.ts", - "build": "tsc && bun run scripts/after-build", + "build": "tsc", "watch": "bun dev" }, "repository": { diff --git a/docs/0_development_environment.md b/docs/0_development_environment.md index 29c2588..87af6c1 100644 --- a/docs/0_development_environment.md +++ b/docs/0_development_environment.md @@ -11,7 +11,7 @@ To start developing, you'll need to set up the development environment first. 2. Clone the mono-repository ```sh - git clone https://github.com/ReVanced/revanced-helper.git && + git clone https://github.com/revanced/revanced-helper.git && cd revanced-helper ```