diff --git a/config.js b/config.js index d871b4d..045e86b 100644 --- a/config.js +++ b/config.js @@ -2,6 +2,7 @@ import {watchFile, unwatchFile} from 'fs'; import chalk from 'chalk'; import {fileURLToPath} from 'url'; import fs from 'fs'; +import cheerio from 'cheerio'; import fetch from 'node-fetch'; import axios from 'axios'; import moment from 'moment-timezone';