Skip to content

lee-min-seo-official/shadow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shadow Bot

Shadow — WhatsApp Bot

A modular WhatsApp bot powered by Mira — fast, pluggable, and production-ready.

Release Top language Last commit Open issues License


Table of contents


Features

  • Modular command loader (commands/*) with categories.
  • Admin-check utilities and group management suite (promote/demote/kick/tagall/hidetag).
  • Interactive help menu with image.
  • Multi-session support (multi-file auth state).
  • Ready for production with PM2 or Docker.

Quick Start

# clone
git clone https://github.com/lee-min-seo-official/shadow.git
cd shadow

# install
npm install

# run
node index.js

# run with pm2 for long time
pm2 start index.js --name shadow

Configuration

  • Yes, it is not very difficult to understand!
  • Easy to change prefix, OWNER details trough one file (config.js).
  • Only one file and all things updates.
  • Mods supported.
  • Economy supported (pending).

Command Structure

commands/
  utility/
    help.js
    ping.js
  group/
    kick.js
    promote.js
    demote.js
    tagall.js
  • Note: you can add more folders as categories and js files in them.
  • Below is the example of command structure:
module.exports = {
  name: 'ping',
  aliases: ['p'],
  description: 'Check latency',
  execute: async (sock, m, args, context) => { ... }
};

Contributing

Fork the repository, and try to make some tests for improvements.


License

MIT © 2025 Lee Min Seo


About

hey, i am mao mao, a coder, who has experiance in coding since 2020. and after complete focus shadow bot is my 2nd project, Run it on VPS & enjoy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors