You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ Multi Deploy Options (Render, Heroku, Koyeb, etc.)
⚙️ Deploy Easily
🔑 Get PAIR CODE
🚀 Fork This Repo
☁️ Deploy To Platforms
📦 Download the Bot File
⚙️ Configuration .env File
SESSION_ID="MAFIA~MD~"AUTO_READ_STATUS=trueSTATUS_READ_MSG="*Status Seen By MAFIA-MD ⚡*"AUTO_STATUS_REPLY=falseAUTO_REJECT_CALLS=falseMODE="public"WELCOME=falseAUTO_READ_MESSAGES=falseAUTO_TYPING=falseOWNER_NAME="YOUR NAME"OWNER_NUMBER="YOUR NUMBER"AUTO_RECORDING=falseALWAYS_ONLINE=falseAUTO_BLOCK=trueAUTO_REACT=falsePREFIX="."
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