Skip to content

Commit a21aa34

Browse files
committed
fix: update repo url
1 parent 479812e commit a21aa34

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

apis/websocket/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/revanced/revanced-helper.git",
16+
"url": "git+https://github.com/revanced/revanced-bots.git",
1717
"directory": "apis/websocket"
1818
},
1919
"author": "Palm <contact@palmdevs.me> (https://palmdevs.me)",
@@ -23,9 +23,9 @@
2323
],
2424
"license": "GPL-3.0-or-later",
2525
"bugs": {
26-
"url": "https://github.com/revanced/revanced-helper/issues"
26+
"url": "https://github.com/revanced/revanced-bots/issues"
2727
},
28-
"homepage": "https://github.com/revanced/revanced-helper#readme",
28+
"homepage": "https://github.com/revanced/revanced-bots#readme",
2929
"dependencies": {
3030
"@revanced/bot-shared": "workspace:*",
3131
"@sapphire/async-queue": "^1.5.3",

bots/discord/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/revanced/revanced-helper.git",
17+
"url": "git+https://github.com/revanced/revanced-bots.git",
1818
"directory": "bots/discord"
1919
},
2020
"author": "Palm <contact@palmdevs.me> (https://palmdevs.me)",
@@ -24,9 +24,9 @@
2424
],
2525
"license": "GPL-3.0-or-later",
2626
"bugs": {
27-
"url": "https://github.com/revanced/revanced-helper/issues"
27+
"url": "https://github.com/revanced/revanced-bots/issues"
2828
},
29-
"homepage": "https://github.com/revanced/revanced-helper#readme",
29+
"homepage": "https://github.com/revanced/revanced-bots#readme",
3030
"dependencies": {
3131
"@discordjs/builders": "^1.9.0",
3232
"@discordjs/rest": "^2.4.0",

docs/0_development_environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🏗️ Setting up the development environment
22

3-
> [!IMPORTANT]
4-
> **This project uses [Bun](https://bun.sh) to run and bundle the code.**
3+
> [!IMPORTANT]
4+
> **This project uses [Bun](https://bun.sh) to run and bundle the code.**
55
> Compatibility with other runtimes (Node.js, Deno, ...) are not guaranteed and most package scripts won't work.
66
77
To start developing, you'll need to set up the development environment first.
@@ -11,8 +11,8 @@ To start developing, you'll need to set up the development environment first.
1111
2. Clone the mono-repository
1212

1313
```sh
14-
git clone https://github.com/revanced/revanced-helper.git &&
15-
cd revanced-helper
14+
git clone https://github.com/revanced/revanced-bots.git &&
15+
cd revanced-bots
1616
```
1717

1818
3. Install dependencies

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "revanced-helper",
2+
"name": "revanced-bots",
33
"description": "🤖 Bots assisting ReVanced on multiple platforms",
44
"private": true,
55
"version": "0.0.0",
@@ -15,13 +15,13 @@
1515
"flint:check": "biome check .",
1616
"clint": "commitlint --edit"
1717
},
18-
"homepage": "https://github.com/revanced/revanced-helper#readme",
18+
"homepage": "https://github.com/revanced/revanced-bots#readme",
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/revanced/revanced-helper.git"
21+
"url": "git+https://github.com/revanced/revanced-bots.git"
2222
},
2323
"bugs": {
24-
"url": "https://github.com/revanced/revanced-helper/issues"
24+
"url": "https://github.com/revanced/revanced-bots/issues"
2525
},
2626
"contributors": [
2727
"Palm <contact@palmdevs.me> (https://palmdevs.me)",

packages/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/revanced/revanced-helper.git",
16+
"url": "git+https://github.com/revanced/revanced-bots.git",
1717
"directory": "packages/api"
1818
},
1919
"author": "Palm <contact@palmdevs.me> (https://palmdevs.me)",
@@ -23,9 +23,9 @@
2323
],
2424
"license": "GPL-3.0-or-later",
2525
"bugs": {
26-
"url": "https://github.com/revanced/revanced-helper/issues"
26+
"url": "https://github.com/revanced/revanced-bots/issues"
2727
},
28-
"homepage": "https://github.com/revanced/revanced-helper#readme",
28+
"homepage": "https://github.com/revanced/revanced-bots#readme",
2929
"dependencies": {
3030
"@revanced/bot-shared": "workspace:*",
3131
"ws": "^8.18.0"

packages/shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/revanced/revanced-helper.git",
19+
"url": "git+https://github.com/revanced/revanced-bots.git",
2020
"directory": "packages/shared"
2121
},
2222
"author": "Palm <contact@palmdevs.me> (https://palmdevs.me)",
@@ -26,9 +26,9 @@
2626
],
2727
"license": "GPL-3.0-or-later",
2828
"bugs": {
29-
"url": "https://github.com/revanced/revanced-helper/issues"
29+
"url": "https://github.com/revanced/revanced-bots/issues"
3030
},
31-
"homepage": "https://github.com/revanced/revanced-helper#readme",
31+
"homepage": "https://github.com/revanced/revanced-bots#readme",
3232
"dependencies": {
3333
"bson": "^6.8.0",
3434
"chalk": "^5.3.0",

0 commit comments

Comments
 (0)