From 2334da36d342c1a7b8401e4e21fe911edfe74325 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Wed, 25 Feb 2026 12:19:14 +0100 Subject: [PATCH] 0.4.0b5 remove initConfig's last traces --- package-lock.json | 4 ++-- package.json | 2 +- src/bot.ts | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0193fd4..87a0021 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sknsybot", - "version": "0.4.0.b4", + "version": "0.4.0.b5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sknsybot", - "version": "0.4.0.b4", + "version": "0.4.0.b5", "license": "Apache-2.0", "dependencies": { "chalk": "^5.4.1", diff --git a/package.json b/package.json index b093db1..5081e6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sknsybot", - "version": "0.4.0.b4", + "version": "0.4.0.b5", "private": true, "description": "", "license": "Apache-2.0", diff --git a/src/bot.ts b/src/bot.ts index 023673c..7df5614 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -14,8 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -import "./initConfig"; - import { GatewayIntentBits, Events, Interaction, ChatInputCommandInteraction, Guild } from 'discord.js'; import { MyClient } from './client'; import commandList from './commandList';