rm puppeteer
parent
4005a47718
commit
da444dda57
|
@ -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",
|
||||||
|
|
|
@ -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...');
|
||||||
|
|
Loading…
Reference in New Issue