LemonJamsBot
July 8, 2021 ยท View on GitHub
Setup
- Install youtube-dl
- Fill out the
.env- Get
STRING_SESSIONwithnpx tgsession - Copy
example.envto.env - Put in your information
- Get
- Start the bot
- Install dependencies from npm
$ npm install - Build TypeScript
$ npm run build - Run the bot
$ npm start
- Install dependencies from npm