From 0a86548264cd55dc9dfe1375701d33a2aec84c9b Mon Sep 17 00:00:00 2001 From: = Date: Mon, 19 Jul 2021 16:01:27 -0400 Subject: [PATCH] Dynamic joint command --- commands/joint.js | 3 +-- config.json | 13 +------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/commands/joint.js b/commands/joint.js index cd43061..2c32db8 100644 --- a/commands/joint.js +++ b/commands/joint.js @@ -1,5 +1,4 @@ -const { emoji } = require('../config.json'); -const { weed } = require('../src/strings.json'); +const { emoji, weed } = require('../src/strings.json'); module.exports = { name: 'joint', diff --git a/config.json b/config.json index 5715eb5..4e7d04c 100644 --- a/config.json +++ b/config.json @@ -1,14 +1,3 @@ { - "prefix": "/", - "serverID": "760701839427108874", - "logChannel": "859249300894908447", - "bootMessage": "NodBot v2 Starting Up", - "shutdownMessage": "NodBot v2 Shutting Down", - "validExtensions": [], - "emoji": { - "joint": "<:joint:862082955902976000>", - "next": "⏭️", - "previous": "⏮️", - "confirm": "☑️" - } + "validExtensions": [] } \ No newline at end of file