pkg update && pkg upgrade
pkg install git -y
pkg install nodejs-lts
pkg install ffmpeg -y
git clone https://github.com/xziyyy/clairity.git
cd clairity
npm install
[RECOMMENDED INSTALL ON TERMUX]
pkg install yarn
yarn
Run
npm start
Editing on Termux
npm install mc -y
mc
edit file in ./media/settings/config.js
global.botname = "Clairity Bot" // bot name
global.ownerNumber = [`${global.owner}`,'no2','no3'] // no owner can access all features
global.email = '@gmail.com' // leave blank if you don't have one
global.web = 'https://' // leave blank if you don't have one
global.location = 'Banten' // fill in your area or place of residence if you don't want to leave it blank
global.packname = 'clairiry' // wm on the sticker
global.author = 'created by xZiyy' // wm on the sticker
License: MIT