From 4dff3e562b8f76e7a4833cd1c266cfc7b2558ced Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sun, 27 Apr 2025 08:15:53 -0400 Subject: [PATCH] Remove guff added by IDE --- src/app/channel/commandPreprocessor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/channel/commandPreprocessor.js b/src/app/channel/commandPreprocessor.js index b1733c2..b956de6 100644 --- a/src/app/channel/commandPreprocessor.js +++ b/src/app/channel/commandPreprocessor.js @@ -22,7 +22,6 @@ const tokebot = require('./tokebot'); const linkUtils = require('../../utils/linkUtils'); const permissionModel = require('../../schemas/permissionSchema'); const channelModel = require('../../schemas/channel/channelSchema'); -const { command } = require('../../validators/tokebotValidator'); module.exports = class commandPreprocessor{ constructor(server, chatHandler){