Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# botst4rz
BOT WHATSAPP HP BINTANG NUR PRADANA
# Tsaqif Bot 🤖
BOT WHATSAPP HP MUHAMMAD TSAQIF FATHURRIZQI

### Alat dan Bahan
Siapin alat dan bahannya.
Expand All @@ -17,9 +17,17 @@ Sebelum lu jalanin sc nya install dulu lah.
```bash
> kalo lu belum punya apk termux, download di playstore
> masuk ke apk termux lalu ketik dibawah ini!
> git clone https://github.com/Bintang73/botst4rz.git
> pkg install git
> apt update && apt upgrade
> git clone https://github.com/MuhammadTsaqif/botst4rz.git
> cd botst4rz
> bash install.sh
> pkg install wget
> pkg install ffmpeg
> pkg install nodejs
> npm i -g cwebp
> npm i -g ytdl
> npm i
> npm i got
> node index.js
> Tinggal scan qr dah
```
Expand All @@ -46,7 +54,7 @@ Sebelum lu jalanin sc nya install dulu lah.
| ✅ | Donate |

## Special Thanks to
* [`termux-whatsapp-bot`](https://github.com/fdciabdul/termux-whatsapp-bot)
* [`Muhammad Tsaqif Fathurrizqi`](https://github.com/MuhammadTsaqif/botst4rz)

### Donate
* [`Saweria`](https://saweria.co/donate/bintangnurpradana)
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ const menu = require("./lib/menu.js");
const donate = require("./lib/donate.js");
const info = require("./lib/info.js");
//
const BotName = 'ST4RZ BOT 🤖'; // Nama Bot Whatsapp
const BotName = 'Tsaqif BOT 🤖'; // Nama Bot Whatsapp
const instagramlu = 'https://instagram.com/bintang_nur_pradana'; // Nama Instagramlu cok
const whatsapplu = '0819-4698-3575'; // Nomor whatsapplu cok
const whatsapplu = '0896-0141-6330'; // Nomor whatsapplu cok
const kapanbotaktif = '24 Jam'; // Kapan bot lu aktif
const grupch1 = 'https://chat.whatsapp.com/FsAlnxqz6y2BhCQi5ayCLG'; // OFFICIAL GRUP LU 1
const grupch2 = 'https://chat.whatsapp.com/KLW3UlFfeaH36Ucm5zRfCz'; // OFFICIAL GRUP LU 2
Expand Down
5 changes: 4 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
apt update
apt upgrade
apt install
apt install git
pkg update && pkg upgrade
git clone https://github.com/MuhammadTsaqif/botst4rz
cd botst4rz
pkg install wget
pkg install ffmpeg
pkg install nodejs
npm i -g cwebp
npm i -g ytdl
npm i
npm i got
node index.js
10 changes: 5 additions & 5 deletions lib/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ Berikut adalah info pada bot ini!✨

♻ INFO BOT! :

⚜ *GITHUB*: https://github.com/Bintang73/botst4rz
⚜ *AUTHOR*: BINTANG NUR PRADANA
⚜ *DESIGNER*: BINTANG NUR PRADANA
⚜ *YOUTUBE*: BINTANG NUR PRADANA
⚜ *GITHUB*: https://github.com/MuhammadTsaqif/botst4rz
⚜ *AUTHOR*: MUHAMMAD TSAQIF FATHURRIZQI
⚜ *DESIGNER*: MUHAMMAD TSAQIF FATHURRIZQI
⚜ *YOUTUBE*: TIDAK ADA...
⚜ *SCRIPT ORIGINAL BY*: ABDUL MUTTAQIN / FDCIABDUL

♻ INFO LAIN! :

OH IYA SCRIPT INI 100% GRATIS KOK.
SCRIPT DIBUAT DENGAN BAHASA PEMROGRAMAN NODE.JS
UPDATE BOT TERBARU DI YOUTUBE BINTANG NUR PRADANA


♻️ JANGAN LUPA DONASI AGAR BOT AKTIF TERUS!
♻️ MAU DONASI? SILAHKAN KETIK #donate
Expand Down
2 changes: 1 addition & 1 deletion lib/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Contoh: #info
=> *11.FITUR SAY*
_${BotName} akan mengirimkan kata kata sesuai yang kamu kirim!_
Perintah: #say [kata]
Contoh: #say halo bintang ganteng
Contoh: #say halo pengguna

=> *12.YOUTUBE MP3 DOWNLOADER*
_${BotName} akan mengirimkan lagu sesuai perintah yang kamu kirim!_
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "st4rzbot",
"name": "Tsaqif BOT",
"version": "1.0.0",
"description": "bot whatsapp lewat hp doang",
"main": "index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"author": "Abdul Muttaqin",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bintang73/botst4rz/issues"
"url": "https://github.com/MuhammadTsaqif/botst4rz/issues"
},
"homepage": "https://github.com/Bintang73/botst4rz#readme"
"homepage": "https://github.com/MuhammadTsaqif/botst4rz#readme"
}