From 5c468d5d5c8776d64a61651413d59a1009aa6fc1 Mon Sep 17 00:00:00 2001 From: yeongaori Date: Sat, 16 Aug 2025 02:44:20 +0900 Subject: [PATCH] removed useless logging --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index cb21e3e..3aff254 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,4 @@ require('dotenv').config(); -console.log('index.js is being executed'); const { Client, GatewayIntentBits, Partials, Collection } = require('discord.js'); const fs = require('fs'); const path = require('path');