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
+18
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,29 @@ This is a basic music bot that also has the ability to listen to voice commands.
19
19
- Head over to the [genius api site](https://genius.com/api-clients) and create a client. Generate an access token and copy it. Put it in the config.json
20
20
- You're ready! :D
21
21
22
+
## Updating
23
+
24
+
*This section requires you to have bash installed. It comes bundled with git if you're on Windows, and is preinstalled on most Linux distributions.*
25
+
26
+
#### For Windows:
27
+
28
+
- Double-click the update.sh file. If the installation of git went right it should start for itself. If it does not start "git bash" and navigate into the folder. Then run `bash update.sh`
29
+
30
+
#### For Linux:
31
+
32
+
- Navigate into the folder through your desired terminal
33
+
- enter `bash update.sh`
34
+
22
35
## Running
23
36
24
37
- Execute `node index.js`
25
38
- Have fun :)
26
39
40
+
#### For Linux/Git Bash users:
41
+
42
+
- Execute the start.sh file. If you want to see the logs, execute the logs.sh file
43
+
- This will create a process using `nohup` that stays online even if you close the terminal/shh session. To terminate the process run `bash stop.sh`
0 commit comments