From 2fdab8b87f7cfc56a853eb6f4f7b98fe805c202f Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Thu, 17 Mar 2022 11:21:03 +0100 Subject: [PATCH] Update index.js --- src/commands/shop/roles/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/shop/roles/index.js b/src/commands/shop/roles/index.js index 53e7bb2..b92f604 100644 --- a/src/commands/shop/roles/index.js +++ b/src/commands/shop/roles/index.js @@ -1,4 +1,3 @@ -const config = require('../../../../config.json'); const logger = require('../../../handlers/logger'); const { buy, cancel } = require('./addons');