You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-6
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,17 @@ LiveBot has been built so that the style and flow is similar to discord, and whi
25
25
## Installation
26
26
### Release (recommended)
27
27
28
-
To download a binary executable file, simply click on the latest [Release](../../releases) on the right side of the page, and download whichever zip or tar.gz file suits your needs. For example, if you use Windows, you should download the zip file that says "win32", if you use Linux, you will download the file that says "linux", and if you use macOS you will download the file that says "darwin". Once you download and decompress the file, just execute it as you would any other application.
28
+
To download a binary executable file, simply click on the latest [Release](../../releases) on the right side of the page, and download whichever zip or tar.gz file suits your needs. For example, if you use Windows, you should download the zip file that says "win32", if you use Linux, you will download the file that says "linux", and if you use macOS you will download the file that says "darwin". Once you download and decompress the file, just execute it as you would any other application.
29
29
30
30
31
-
### From Source (unstable)
31
+
### From Source
32
32
33
33
LiveBot requires the [Node.js] JavaScript runtime to run.
34
34
35
35
You can download the source with [Git] (and get updates easily) or you can download as a zipped (compressed) file from GitHub. If you wish to download as a zip file, GitHub provides a big green "Code" button which you can press to download the file.
36
36
37
+
#### Step 1
37
38
If you want to download with Git, a bash command to do so is found below:
After cloning with Git or decompressing the zip file, you must open the directory the source is located in and install the dependencies with npm (or your preferred package manager) with the following command:
48
-
49
49
```sh
50
50
npm install
51
51
```
52
52
53
-
When your package manager is finished installing, you may start the program with `npm start`.
53
+
#### Step 3
54
+
As of 2025, LiveBot requires an patch for internal libraries. This patch is included in the repository, and can be applied using the following command:
55
+
```sh
56
+
tar -xvf patch.tar
57
+
```
58
+
59
+
#### Step 4
60
+
When your package manager is finished installing, you may start the program with:
61
+
```sh
62
+
npm start
63
+
```
54
64
55
65
## Features
56
66
### Token switcher (User menu)
@@ -71,7 +81,7 @@ The profile card is able to tell you the username, the avatar image, the discrim
71
81
72
82
### Generate Invite
73
83
74
-
LiveBot gives you the ability to generate an invite quickly from within the app, instead of having to go to your bot's application page in the Discord Developer portal. It can be found in the user settings page in the pull up menu. Just toggle all the permissions you'd like to give the invite (by default, everything recommended to use LiveBot's features is enabled).
84
+
LiveBot gives you the ability to generate an invite quickly from within the app, instead of having to go to your bot's application page in the Discord Developer portal. It can be found in the user settings page in the pull up menu. Just toggle all the permissions you'd like to give the invite (by default, everything recommended to use LiveBot's features is enabled).
0 commit comments