Fork This Repository
SESSION_ID="HAIKO~MDX~"
AUTO_READ_STATUS=true
STATUS_READ_MSG="*Status Seen By HAIKO-MDX Γ’Ε‘Β‘*"
AUTO_STATUS_REPLY=false
AUTO_REJECT_CALLS=false
MODE="public"
WELCOME=false
AUTO_READ_MESSAGES=false
AUTO_TYPING=false
OWNER_NAME="HAIKO MDX"
OWNER_NUMBER="529633982655"
AUTO_RECORDING=false
ALWAYS_ONLINE=false
AUTO_BLOCK=true
AUTO_REACT=false
PREFIX="."
name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 */6 * * *'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Install FFmpeg
run: sudo apt-get install -y ffmpeg
- name: Start application with timeout
run: |
timeout 21590s npm start # Limite l'exΓ©cution Γ 5h 59m 50s
- name: Save state (Optional)
run: |
./save_state.sh
ΒΌ CHANNEL YOUTUBE
Workflows File
Disclaimer
This project is not affiliated with WhatsApp Inc.
Use it at your own risk.
Misuse may lead to account bans.
The developer is not responsible for any misuse or bans.
Credits & Contributors
For helping in bot plugin files.
Final Note
If you face any issues, report them on GitHub or in the WhatsApp community.
Happy coding!