From 29700c68f60c59ff3dd28e260f776a38a8078e74 Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Sun, 4 Jul 2021 17:40:45 +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 325277b..a00baed 100644 --- a/events/ready.js +++ b/events/ready.js @@ -3,7 +3,6 @@ module.exports = client => { const axios = require("axios"); const db = require("quick.db"); const ping = require("ping-tcp-js"); - const pterostatus = require("pterostatus"); const chalk = require("chalk"); const config = require("../config.json");