require('dotenv').config(); globalThis.gBot = require('./src/Bot'); gBot.start(process.env.DISCORD_TOKEN);