- Chisato is a WhatsApp bot with various functions
- There are various features available on Chisato BOT
- ChisatoBOT has a beautiful terminal logger
- Full Installation Tutorial Click Here
What is needed to run this project :
- GIT
- NodeJS version 16+
- FFMPEG
- WEBP
- You need a Chinese Proxy for the Image to Anime feature
- You need the OCR Space API KEY to run the OCR feature
If you have problems, you can open an issue or join the community to ask questions about it
- Login to the MongoDB website
- Create your Database
- Next, select the Database that you created again or click (Database > Connect > Drivers > Copy Your Application Code)
- Paste the mongodb code that you copied into the .env file and don't forget to change
<password>
to your database password
- Edit your .env file
- Rename
.env.example
to.env
git clone https://github.com/TobyG74/ChisatoBOT
cd ChisatoBOT
npm install
npx prisma db push
npm run build
- Run with PM2
npm run pm2:start
- Without PM2
npm start
Configuration File config.json
ownerNotifyOnline
to send a message to the Owner whenever the Bot is OnlineuseLimit
for limit configuration, iftrue
then every time the command will use the limituseCooldown
for cooldown configuration, iftrue
then every time the command will use the cooldown
{
"ownerNumber": ["YOUR_NUMBER"],
"teamNumber": [],
"timeZone": "Asia/Jakarta",
"prefix": ".",
"maintenance": [], // List Maintenance Command
"stickers": {
"author": "Instagram : ini.tobz",
"packname": "Made by ChisatoBOT"
},
"settings": {
"ownerNotifyOnline": false,
"selfbot": false,
"useLimit": false,
"useCooldown": true,
"autoReadMessage": true,
"autoReadStatus": true
},
"call": {
"status": "reject" // reject, block, off
},
"limit": {
"command": 30
},
"cfonts": {
"font": "block",
"align": "center",
"colors": ["green", "yellow"],
"background": "transparent",
"letterSpacing": 0,
"lineHeight": 0,
"space": true,
"maxLength": "0",
"gradient": false,
"independentGradient": false,
"transitionGradient": false,
"env": "node"
}
}
- Command configuration that you can use
type ConfigCommands = {
name: string;
alias: string[];
usage: string;
category: string;
description: string;
cooldown?: number; // in seconds
limit?: number;
example?: string;
isOwner?: boolean;
isTeam?: boolean;
isPrivate?: boolean;
isPremium?: boolean;
isGroup?: boolean;
isGroupAdmin?: boolean;
isGroupOwner?: boolean;
isBotAdmin?: boolean;
isProcess?: boolean;
run: (args: CommandsObject) => unknown;
};
- To change the command to maintenance status, just type :
.commandname -m
- To change it again, type the same command
- Special thanks to the bot community below who helped develop ChisatoBOT
TobyG74 |
Arugaz |
Nugraizy |
Zennn08 (Aqul) |
MRHRTZ |
Mhankbarbar |
ItzNgga |
xbnfz01 |
Faiz Bastomi |
Alphanum404 |
DutaKey |
- Special Thanks for My Teams
Hidden-Finder |
BOTWEA |