Click the deploy icon below !
> heroku/nodejs
> https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
> https://github.com/clhuang/heroku-buildpack-webp-binaries.git
> pkg update && pkg upgrade
> pkg install nodejs
> pkg install libwebp
> pkg install git
> pkg install ffmpeg
> pkg install yarn
> termux-setup-storage
> git clone https://github.com/Lexxy24/NeoBase.git
> cd NeoBase
> yarn
> rm -r session.json
> npm start
> git clone https://github.com/Lexxy24/NEOBOTV3.git
> cd NeoBase
> npm install
> rm -r session.json
> npm start