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
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: npm i -g pm2 && pm2 start index.js && pm2 save && pm2 logs
worker: node . --sension 'sension.data.json'
12 changes: 6 additions & 6 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Create By Dika Ardnt.
* Recode By Naze Dev && Papah-Chan
* Contact Me on wa.me/6282287219167
* Create By asep.
* Recode By aliamsya && asep
* Contact Me on wa.me/6285362461878
* Follow https://github.com/FahriAdison
*/

Expand All @@ -19,9 +19,9 @@ global.APIKeys = {
}

// Other
global.owner = ['6282287219167']
global.ownernomer = "6282287219167"
global.premium = ['6282287219167']
global.owner = ['6285362461878']
global.ownernomer = "6285362461878"
global.premium = ['6285362461878']
global.packname = 'Sticker By'
global.author = 'Sad-Bot'
global.sessionName = 'papah' //jangan diganti bro nanti error
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Papah",
"name": "asep",
"version": "4.0.4",
"description": "Bot WhatsApp Using Lib Baileys Multi Device",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions papah.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Yg Mau Sv Nomerku?

wa.me/6282287219167
wa.me/6285362461878

Minimal Kasih Cr kalo mau reupload😡

Expand All @@ -11,7 +11,7 @@ Yg Reupload Tanpa Kasih Cr
Sc Akan Saya Encode

Base : Hisoka
Recode : NazeDev & Papah-Chan ( Nama Lu )
Recode : aliamsya & asep

**/
require('./config')
Expand Down
Loading