From da444dda57d8b414f68b78d6915821716148fd5f Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 1 Mar 2022 14:05:14 -0500 Subject: [PATCH] rm puppeteer --- package.json | 1 - src/commands/site.ts | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 98280c8..e1e5d46 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,6 @@ "nanoid": "^3.1.30", "nodemailer": "^6.7.2", "pluris": "^0.3.7", - "puppeteer": "^5.5.0", "sd-notify": "^2.8.0", "signale": "^1.4.0", "stock-info": "^1.5.1", diff --git a/src/commands/site.ts b/src/commands/site.ts index 65f480b..5af9ccc 100644 --- a/src/commands/site.ts +++ b/src/commands/site.ts @@ -3,7 +3,7 @@ import cheerio from 'cheerio'; import https from 'https'; import dns from 'dns'; -import puppeteer from 'puppeteer'; +// import puppeteer from 'puppeteer'; import { createPaginationEmbed } from 'eris-pagination'; import { promisify } from 'util'; import axios, { AxiosError, AxiosResponse } from 'axios'; @@ -67,6 +67,7 @@ export default class SiteInfo extends Command { public async run(message: Message, args: string[]) { try { + return false; if (!args[0]) return this.client.commands.get('help').run(message, [this.name]); const loading = await this.loading(message.channel, 'Loading...');