mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 12:49:57 +00:00
Removed unused import on GSMArena scraper
This commit is contained in:
parent
677586e864
commit
af94d5f435
@ -9,8 +9,6 @@ const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(is
|
|||||||
|
|
||||||
const axios = require('axios');
|
const axios = require('axios');
|
||||||
const { parse } = require('node-html-parser');
|
const { parse } = require('node-html-parser');
|
||||||
const { Markup } = require('telegraf');
|
|
||||||
const { inlineKeyboard } = require('telegraf/markup');
|
|
||||||
|
|
||||||
class PhoneSearchResult {
|
class PhoneSearchResult {
|
||||||
constructor(name, url) {
|
constructor(name, url) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user