rm puppeteer

master
Matthew 2022-03-01 14:05:14 -05:00
parent 4005a47718
commit da444dda57
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,6 @@
"nanoid": "^3.1.30", "nanoid": "^3.1.30",
"nodemailer": "^6.7.2", "nodemailer": "^6.7.2",
"pluris": "^0.3.7", "pluris": "^0.3.7",
"puppeteer": "^5.5.0",
"sd-notify": "^2.8.0", "sd-notify": "^2.8.0",
"signale": "^1.4.0", "signale": "^1.4.0",
"stock-info": "^1.5.1", "stock-info": "^1.5.1",

View File

@ -3,7 +3,7 @@
import cheerio from 'cheerio'; import cheerio from 'cheerio';
import https from 'https'; import https from 'https';
import dns from 'dns'; import dns from 'dns';
import puppeteer from 'puppeteer'; // import puppeteer from 'puppeteer';
import { createPaginationEmbed } from 'eris-pagination'; import { createPaginationEmbed } from 'eris-pagination';
import { promisify } from 'util'; import { promisify } from 'util';
import axios, { AxiosError, AxiosResponse } from 'axios'; import axios, { AxiosError, AxiosResponse } from 'axios';
@ -67,6 +67,7 @@ export default class SiteInfo extends Command {
public async run(message: Message, args: string[]) { public async run(message: Message, args: string[]) {
try { try {
return false;
if (!args[0]) return this.client.commands.get('help').run(message, [this.name]); if (!args[0]) return this.client.commands.get('help').run(message, [this.name]);
const loading = await this.loading(message.channel, 'Loading...'); const loading = await this.loading(message.channel, 'Loading...');