Pomodoro bot that helps keep you and your friends on track while you study together!
Pomomo uses the proven pomodoro technique which alternates periods of work and relaxation to maximize productivity while minimizing burnout.
Customize the settings to what works best for you, and Pomomo will play an alert in your voice channel for each interval!
Click here to invite Pomomo to your Discord server.
To start a pomodoro session, join a voice channel and use slash command /start
. A session message will appear in the text chat in voice channel. It's that simple!
Visit pomomo.us or join the support server for more info!
- npm v8.19.1
- node v18.9.0
- libtool v2.4.6
- ffmpeg
- configure config/*.json files, execute
npm i
- if slash commands have been added or removed, execute
npm run register-commands
from "./app/pomomo-bot" - execute
pm2 start bridge.json --cron-restart="0 0 */1 * *"
from "./app/deploy" to start Bridge - execute
pm2 start bot.json --cron-restart="0 0 */1 * *"
from "./app/deploy" to start Bot Client