Views
No views yet
!ping - Check if the bot is responding!help - Show available commands!info - Show bot information!ai <question> - Chat with AI assistant!sticker - Convert image/video to sticker (reply to media or send with media)!groupinfo - Get information about the current group!add <phone_number> - Add a participant to the group!kick @user - Remove a participant from the group!promote @user - Promote a participant to admin!demote @admin - Demote an admin to participant!setsubject <new_subject> - Change the group subject!setdesc <new_description> - Change the group description!ytmp4 <url> - Download YouTube video (placeholder)!ytmp3 <url> - Download YouTube audio (placeholder)npm install.env filenode index.js.env.example to .env and update the values:1# Bot Configuration
2BOT_NAME=BaileysBot
3BOT_VERSION=1.0.0
4BOT_PREFIX=!
5BOT_OWNER=12345678901 # Your WhatsApp number without +
6BOT_ADMINS=12345678901,23456789012 # Comma separated admin numbers
7
8# API Keys
9HUGGING_FACE_API_KEY= # Your Hugging Face API key
10HUGGING_FACE_MODEL=deepseek-ai/deepseek-coder-6.7b-instruct
11
12# Feature Flags
13ENABLE_GROUP_COMMANDS=true
14ENABLE_AI_COMMANDS=true
15ENABLE_MEDIA_COMMANDS=truenode index.js