Action: Start pomodoro
commands: init, init pomodoro, pomodoro, start pomodoro, start, iniciar pomodoro
Action: Short Break
commands: init break, descanso breve, break, short break
Action: Long Break
commands: init long break, descanso largo, long break
Action: Command List
command: help
Action: Get Current pomodoro time
command: time, tiempo
Action: Get pomodoros count
command: total
Action: Reset pomodoro count
command: reset count
const bot = new SlackBot({
token: 'YOUR-TOKEN-ID', // Add a bot https://my.slack.com/services/new/bot and put the token
name: 'My Bot'
})