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');