0.4.0b5 remove initConfig's last traces

This commit is contained in:
Yusur 2026-02-25 12:19:14 +01:00
parent f71c7b0e34
commit 2334da36d3
3 changed files with 3 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "sknsybot", "name": "sknsybot",
"version": "0.4.0.b4", "version": "0.4.0.b5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "sknsybot", "name": "sknsybot",
"version": "0.4.0.b4", "version": "0.4.0.b5",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"chalk": "^5.4.1", "chalk": "^5.4.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "sknsybot", "name": "sknsybot",
"version": "0.4.0.b4", "version": "0.4.0.b5",
"private": true, "private": true,
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",

View file

@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import "./initConfig";
import { GatewayIntentBits, Events, Interaction, ChatInputCommandInteraction, Guild } from 'discord.js'; import { GatewayIntentBits, Events, Interaction, ChatInputCommandInteraction, Guild } from 'discord.js';
import { MyClient } from './client'; import { MyClient } from './client';
import commandList from './commandList'; import commandList from './commandList';