Add when it was played for spotify in recent mode (#104)

This commit is contained in:
Milo
2021-02-05 20:23:08 +00:00
committed by GitHub
parent 5eaf603357
commit a7f9f71566
7 changed files with 28 additions and 11 deletions

View File

@@ -8,8 +8,11 @@
import axios from "axios"
import puppeteer from "puppeteer"
import imgb64 from "image-to-base64"
import dayjs from 'dayjs';
import utc from 'dayjs/plugin/utc.js';
dayjs.extend(utc);
export {fs, os, paths, url, util, processes, axios, puppeteer, imgb64}
export {fs, os, paths, url, util, processes, axios, puppeteer, imgb64, dayjs};
/** Returns module __dirname */
export function __module(module) {