Menu | Bot | Group | Search | Download | Tools | AI | Game | Fun | Owner | Bug | Convert | List |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Work β | β | β | β | β | β | β | β | β | β | β | β | β |
SESSION_ID=YOUR_SESSION_ID
OWNER_NAME=YOUR_NAME
OWNER_NUMBER=YOUR_NUMBER
AUTO_STATUS_SEEN=true
REJECT_CALL=false
MODE=public
WELCOME=false
AUTO_READ=false
AUTO_TYPING=false
AUTO_RECORDING=false
ALWAYS_ONLINE=false
AUTO_BLOCK=true
AUTO_REACT=false
- Lazack Bots are developed by a passionate student. If you encounter any issues, feel free to submit a pull request or open an issue on GitHub.
- Support for bot deployment and code editing may be provided based on availability.
- Stay informed about the latest updates and features: UPDATES.
- Your feedback and contributions are highly appreciated to improve the project.
To clone the bot repository, use the following command:
git clone https://github.com/Lazack28/Lazack-Device.git
cd Lazack-Device
Make sure you have Node.js installed. Then, run:
npm install
Edit the .env
file with your preferred settings:
SESSION_ID=YOUR_SESSION_ID
OWNER_NAME=YOUR_NAME
OWNER_NUMBER=YOUR_NUMBER
Run the bot using:
npm start
Command | Description |
---|---|
npm start |
Start the bot |
npm run dev |
Start the bot in development mode |
npm run build |
Build the project for production |
git pull |
Update the repository with the latest changes |
-
Issue: Dependencies not installing.
Solution: Ensure Node.js and npm are installed correctly. Runnpm install
again. -
Issue: Bot not starting.
Solution: Check the.env
file for missing or incorrect values. -
Issue: Features not working.
Solution: Ensure you have the latest version of the repository by runninggit pull
.
- Code Editor: Visual Studio Code
- Version Control: Git
- Hosting: Heroku, Replit
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push them to your fork.
- Submit a pull request for review.
For detailed guidelines, refer to the CONTRIBUTING.md file.