We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686c793 commit 00a6adbCopy full SHA for 00a6adb
src/commands/FetchPreview.ts
@@ -1,7 +1,7 @@
1
import Command from "./Command";
2
import BotChecker from "../BotChecker";
3
import TempFileService from "../TempFileService";
4
-import cheerio from "cheerio";
+import * as cheerio from "cheerio";
5
import { IEvent } from "../IEvent";
6
7
export default class FetchPreview extends Command {
0 commit comments