From 65ec5b5da8c122b907ca6b1894bbb8a7ce9b87d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Wed, 3 Aug 2022 15:08:38 +0900 Subject: [PATCH] Remove unused import --- session.js | 1 - 1 file changed, 1 deletion(-) diff --git a/session.js b/session.js index 08fd647..6bd27b4 100644 --- a/session.js +++ b/session.js @@ -3,7 +3,6 @@ const cl = global.botanLoader; const Dragonfly = global.Dragonfly; -const util = require( "util" ); const EventEmitter = require( "events" ).EventEmitter; const Client = cl.load( "botansx.modular.redisclient" );