CASEYRHODES XMD

AUDIO

Advanced WhatsApp Bot with Powerful Features

📢 Follow Our Official Channel!

Stay updated with the latest features and announcements

  Join Channel

GET YOUR SESSION ID

Generate your WhatsApp session ID to deploy the bot

  GET PAIRING CODE

DEPLOY YOUR BOT

  Deploy on Heroku   Download for Pterodactyl

Features

Auto-Update Feature

Bot updates automatically with the latest features

name: Node.js CI

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        node-version: [20.x]
    steps:
    - uses: actions/checkout@v3
    - uses: actions/setup-node@v3
      with:
        node-version: ${{ matrix.node-version }}
    - run: npm install
    - run: npm start
Report Issues