Edit the required value in config.js.
{
// TOKEN BOT TELEGRAM
global.token = ["BOT_TOKEN"]
// BOTNAME
global.botname = 'BOT_NAME'
//APIKEY XCODERS
global.xcoders = 'YOUR_APIKEY'
//MONGODBURL
global.MONGODB_URI = 'YOUR_URL'
//APIKET RSNCHAT
global.rsnchat = 'YOUR_APIKEY'
//OTHER
global.owner = 'YOUR_USERNAME_TELEGRAM'
}XCODERS: XCODERS API key. You can get it here by creating an account.
RSNCHAT: Rsnchat API key. You can get it here Join discord server and create account with /new slash command and get your apikey with /key slash command for free!
git clone https://github.com/ahmadzakiyox/nuxbot
cd nuxbot
npm install
node index.jsapt update && apt upgrade
pkg update && pkg upgrade
pkg install git
git clone https://github.com/ahmadzakiyox/nuxbot
ls
cd nuxbot
npm i -g npm@latest
npm install
npm audit
npm audit fix
npm start
