- Install the necessary dependencies with
npm install
- Get your bot token at @BotFather.
- Copy your token and paste it into the variable named "TELEGRAM_TOKEN" .env file
- Finally run script
npm run start
- INSTALL GLOBAL NPM PACKAGES
npm config set unsafe-perm true
- CLEAN CACHE
npm cache clean
- BYPASS SYMLINK ISSUES
npm install --no-bin-links
# screen -S [name]
screen -S mi_sesion
# screen -X -S [session # you want to kill] kill
screen -X -S mi_sesion kill
# screen -r [session # you want to resume]
screen -r mi_sesion