Skip to content

Commit aa285d2

Browse files
committed
2 parents dd48bf8 + a501244 commit aa285d2

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.md

+17-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please report bugs and keep on track with our announcement!
1010
Please report if you have any issue/bugs/error while using, I will try my best to help with my responsibility.
1111

1212
## Requirement
13-
__Node.js Version:__ At least v14.0.0 or higher
13+
__Node.js Version:__ v14.0.0 - v18.18.0
1414

1515
For laptop and PC: Windows 8/8.1/10 or higher, Linux and MacOS
1616

@@ -28,25 +28,33 @@ pkg install termux-api
2828
```
2929

3030
## Installation
31-
Please make sure that you have installed [Node.js](https://nodejs.org/en/download) on your devices
31+
Please make sure that you have installed [Node.js LTS](https://nodejs.org/en/download) on your devices.
3232

3333
![Imgur](https://i.imgur.com/swvzF0k.png)
3434

35+
On Termux, run the following commands:
36+
```bash
37+
apt update
38+
apt upgrade
39+
apt install nodejs-lts
40+
apt install git
41+
```
42+
3543
Download and extract the module or clone/pull it using [Git](https://git-scm.com/downloads):
3644
```bash
3745
git clone https://github.com/LongAKolangle/discord-owo-selfbot.git
3846
```
3947

40-
Now [open the terminal inside folder](https://www.groovypost.com/howto/open-command-window-terminal-window-specific-folder-windows-mac-linux/) where you downloaded the selfbot and run the following command
48+
Now [open the terminal inside folder](https://www.groovypost.com/howto/open-command-window-terminal-window-specific-folder-windows-mac-linux/) where you downloaded the selfbot and run the following command:
4149

4250
```bash
4351
npm install
4452
```
45-
This will install all the requirements (libraries) for the selfbot to run correctly
53+
This will install all the requirements (libraries) for the selfbot to run correctly.
4654
## Usage
4755
For running selfbot, please use the following command (inside selfbot folder)
4856
```bash
49-
npm run start
57+
npm start
5058
```
5159
If you see the following warning
5260

@@ -66,9 +74,9 @@ We support 3 ways to login: via token, via QR Code, and via Password
6674

6775
#### __- Step 1: Get your discord account token__
6876

69-
Method 1: Follow [this instruction](https://pcstrike.com/how-to-get-discord-token/) to get your account token
77+
Method 1: Follow [this instruction](https://pcstrike.com/how-to-get-discord-token/) to get your account token.
7078

71-
Method 2: Press __Ctrl + Shift + I__ and paste the following function
79+
Method 2: Press __Ctrl + Shift + I__ and paste the following function.
7280

7381
```javascript
7482
window.webpackChunkdiscord_app.push([
@@ -100,7 +108,7 @@ Simply scan the QR Code on the screen by your discord mobile and wait patiently.
100108

101109
![Imgur](https://i.imgur.com/xm8F3Cy.png)
102110

103-
If success, a list of servers you joined will be shown up
111+
If success, a list of joined servers will be shown up.
104112

105113
__A full tutorial on how to use the selfbot will be uploaded to Youtube soon!__
106114

@@ -239,4 +247,4 @@ AmiiUwU
239247

240248
💫 We are BKI members (Baka Island - 💪Đảo Ngố Tàu)
241249

242-
__Tag:__ Discord selfbot, OwO selfbot, Tool Farm OwO, Advanced OwO Selfbot, Selfbot Farm OwO, Discord OwO bot selfbot, Discord OwO selfbot, etc.
250+
__Tag:__ Discord selfbot, OwO selfbot, Tool Farm OwO, Advanced OwO Selfbot, Selfbot Farm OwO, Discord OwO bot selfbot, Discord OwO selfbot, etc.

0 commit comments

Comments
 (0)