From cf72d6e33a13de97214ec03c60967387c4a1ebd1 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sat, 6 Aug 2022 15:07:53 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/BaseCommand.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/base/BaseCommand.js b/base/BaseCommand.js index 213a6fb6..c6bd2d6d 100644 --- a/base/BaseCommand.js +++ b/base/BaseCommand.js @@ -19,9 +19,6 @@ class BaseCommand { * @type {Boolean} */ this.ownerOnly = options.ownerOnly || false; - /** - * @type __dirname - */ this.dirname = options.dirname || false; /** * @type {String}