From fa6881291bf9b074a62d8cc9138208d2ace2100a Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Sat, 10 Jul 2021 10:05:34 +0700 Subject: [PATCH] Update ready.js --- events/ready.js | 1 - 1 file changed, 1 deletion(-) diff --git a/events/ready.js b/events/ready.js index c6fdd9c..5df0e71 100644 --- a/events/ready.js +++ b/events/ready.js @@ -15,7 +15,6 @@ module.exports = client => { const { MessageEmbed } = require("discord.js"); const axios = require("axios"); const db = require("quick.db"); - const ping = require("ping-tcp-js"); const chalk = require("chalk"); const config = require("../config.json"); let hosturl = config.panelurl;