Note
Simple WhatsApp Bot using TypeScript (ESM) with case command handler. Built on the latest Baileys @whiskeysockets/baileys 7.0.0-rc.2 – see Migration Guide (v7.x.x).
Tip
This is a base WhatsApp bot, it comes with no features by default.
- Example command:
command/case.ts - Configuration file:
config/config.ts
Important
🌟 This is the initial base bot source code.
Give this repo a star ⭐ to support development.
Updates will be released when there’s time and opportunity.
Warning
💡 You can still modify it yourself using a Baileys mod if needed.
Caution
If you obtained this source code from anywhere other than the official repository
👉 https://github.com/rrykarlsefni/inouets
it is most likely modified by a third party.
I am not responsible for any bugs, errors, data loss, or issues that may occur from using a modified version.
Please use only the official repository to get proper updates and support.
and in my case the script can run well, don't know if it works for you
Warning
- Found a bug? Report it on Issues
- Need a panel? Visit inouehost.my.id
- Testimonials: WhatsApp Channel
- Free source/code bot: WhatsApp Channel
- Case command handler (simple and extendable)
- Includes eval & exec utilities
- Pairing code login support
- Auto-restart with nodemon & PM2
- Fixed LID (m.key.participantAlt)
- Fixed convert LID ( sept 2025)
m.reply("text") //untuk mengirim pesan simple
m.react() //react random dari config, gunakan m.react("😥") untuk react custom
m.chat //jid pesan di mana bot di command(m.key.remoteJid)
m.sender //jid user yang meng command (m.key.participant)
m.pushName //untuk mendapatkan nama pengirim
m.download() / m.quoted.download() //mendownload media// Send a regular message
await rrykarl.sendMessage(m.chat, {
text: "hi"
});// Send message with quoted
await rrykarl.sendMessage(m.chat, {
text: "hi"
}, {quoted: m});// Quick way to reply to messages
m.reply("hi");$ pkg update && pkg upgrade
$ pkg install git
$ pkg install nodejs
$ pkg install ffmpeg$ pkg update && pkg upgrade
$ pkg install git -y
$ pkg install nodejs -y
$ pkg install ffmpeg -y
$ cp -r /sdcard/inouets ~/inouets
$ cd ~/inouets
$ npm install
$ npm start$ pkg update && pkg upgrade
$ pkg install git && pkg install ffmpeg && pkg install nodejs -y
$ cp -r /sdcard/inouets ~/inouets && cd ~/inouets
$ npm install && npm start$ pkg update && pkg upgrade
$ bash install.sh
$ cp -r /sdcard/inouets ~/inouets
$ cd ~/inouets
$ npm install && npm start$ pkg update && pkg upgrade
$ pkg install git -y
$ pkg install nodejs -y
$ pkg install ffmpeg -y
$ git clone https://github.com/rrykarlsefni/inouets
$ cd ~/inouets
$ npm install
$ npm start$ npm install
$ npm start$ npm install
$ npm run ts-node$ npm install
$ npm run dev$ npm install
$ npm run pm2$ DEBUG=* npx ts-node --esm start/index.tsThis project is licensed under the MIT License.
Versi license custom, terjemahan dalam bahasa Indonesia beserta tambahan klausul dapat dilihat di LICENSE-ID.
The inouets project is fully open source and not encrypted (no enc).
You are free to study, modify, and use this source code under the MIT license.
There are no encoded or encrypted files, everything is fully readable and open for development.