Remove unused import

This commit is contained in:
斟酌 鵬兄 2022-08-03 15:08:38 +09:00
parent c3ccc680d9
commit 65ec5b5da8

View File

@ -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" );