You need to have postgresql up and running
npm install
.env
with the following fieldsDISCORD_TOKEN
Discord api tokenS_USER
Streamable user nameS_PASS
Streamable passwordDB_HOST
Host ip of the DatabaseDB_USER
Username of the database userDB_PASS
Password of the database userDB_DATABASE_NAME
Name of the database to useDB_PORT
Port of the running database
Launch with pm2
pm2 start bot.js
Added .env for ease of deployment
The bot now will keep a track of videos submitted. Using postresql
A discord bot that will convert any video posted in a channel with 'clips' in the name. Currently supports twitch clip conversion.
- Added youtube support
- Added .help command
- For youtube links you need .m
- Fixed bug where any twitch link would crash the app
- Updated to discord.js api
- Using pm2 for deployment
- Cool bc now we can hot reload the app
- Added a queue of messages that will be help for 5 mins until video is fully processed on streamable then the message will update with the thumbnail. :)