if (res.message.room !== room.id) {
      res.reply('only use this command in a private message')
      robot.send({ room: room.id }, 'Send me toggl command')
      return
    }