radhin123 / Akame

Base Bot WhatsApp With Baileys Multi Device, Working Heroku No Suspend ✔️, Working Okteto No Suspend ✔️

Home Page:https://github.com/Abuzzpoet/Akame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akame

Akame - MD

UwU


Media Sosial Me

TIKTOK

INSTAGRAM

OWNER

WHATSAPP BOT

GROUP OFFICIAL

Donate Me


Note

This Script is for everyone, not for Sale. Jika dijual neraka menunggumu brother !

My Projects

ASUNA

AKAME

Module Dan Base Yg Dipake

MODULE

HISOKA

ZENZ

Heroku Buildpack

Deploy

FFMPEG

IMAGEMAGICK

Okteto

Deploy

Login with your github
Click Launch Dev Environment
Choose your repo

Untuk Pengguna Windows/rdp

git clone https://github.com/Abuzzpoet/Akame
cd Akame
npm install

How To Connect To Mongodb When Run In Heroku

  • Create account and database in mongodb atlas watch here
  • when you already have a database, you just need to take mongourl
  • Put mongourl in Procfile web: node . --db 'mongourl'
  • Example web: node . -- db 'Your Mongo URI'

For Termux/ubuntu/ssh User

apt update && apt upgrade
apt install git -y
apt install nodejs -y
apt install ffmpeg -y
git clone https://github.com/Abuzzpoet/Akame
cd Akame
npm install

Recommended Install On Termux

pkg install yarn
yarn

Installing

$ node .

❗ Warning

WhatsApp bot is still in the development stage, so there are a few bugs WhatsApp Connection (BETA, not working perfectly)

Editing Number Owner & session name in config.js

How To Customise Message Display

//—————「 Website Apikey 」—————//
//gausah di apa² ini, Beli Sendiri banh :)
global.APIKeys = {
    'https://zenzapis.xyz':'GetApiKey',
}

//—————「 Set Nama Bot & Own 」—————//
//terserah mau ubah atau nggak
global.namabot = 'Akame'
global.namaowner = 'GuaAbuzz'

//—————「 Setting Owner 」—————//
//terserah mau ubah atau nggak
global.owner = ['6289636827082']
global.premium = ['6289636827082']

//—————「 Setting Nomor Donasi/Sewabot 」—————//
//ubah aja kalau ada yg gapunya kasih tanda '-'
global.telkomsel = ['6282171978174']
global.xl = ['-']
global.indosat = ['-']
global.tri = ['6289636827082']
global.smartfren = ['-']
global.gopay = ['6289636827082']
global.dana = ['6289636827082']
global.ovo = ['-']
global.saweria = ['https://saweria.co/GuaAbuzz']

//—————「 Set Kebutuhan Button 」—————//
//ubah aja kalau ada yang gapunya gsh di hps anggap aja credits :)
global.github = 'https://github.com/Abuzzpoet'
global.myweb = 'https://tiktok.com/@guaabuzz'

//—————「 Set Sticker Wm 」—————//
//terserah mau ubah atau nggak
global.packname = 'GuaAbuzz'
global.author = 'WhatsApp Bot'

//—————「 Set Message 」—————//
//terserah mau ubah apa nggak
global.mess = {
    success: '🤗Done, Oke Desu~',
    admin: 'Perintah Ini Hanya Bisa Digunakan Oleh Admin !',
    botAdmin: 'Perintah Ini Hanya Bisa Digunakan Ketika Bot Menjadi Admin !',
    owner: 'Perintah Ini Hanya Bisa Digunakan Oleh Owner !',
    group: 'Perintah Ini Hanya Bisa Digunakan Di Group Chat !',
    private: 'Perintah Ini Hanya Bisa Digunakan Di Private Chat !',
    bot: 'Fitur Khusus Pengguna Nomor Bot !',
    wait: '⏳ Sedang Di Proses !',
    endLimit: 'Limit Harian Anda Telah Habis, Limit Akan Direset Setiap Jam 12 !',
    error: 'Fitur Sedang Error !',
}

//—————「 Set Limit 」—————//
//terserah mau ubah atau nggak
global.limitawal = {
    premium: "Infinity",
    free: 50,
}

Apikey

  • Get Apikey zenz on Zenz

Thanks To

License: MIT

About

Base Bot WhatsApp With Baileys Multi Device, Working Heroku No Suspend ✔️, Working Okteto No Suspend ✔️

https://github.com/Abuzzpoet/Akame

License:MIT License


Languages

Language:JavaScript 65.4%Language:Python 34.4%Language:Dockerfile 0.1%Language:Procfile 0.1%