Update index.js

This commit is contained in:
2023-06-26 19:26:19 +02:00
committed by GitHub
parent 420f609cf7
commit 6a001604ab

View File

@@ -5,7 +5,7 @@ const { queueCommand } = require('./commands/queue');
const { stopCommand } = require('./commands/stop');
const { pauseCommand, unpauseCommand } = require('./commands/pauseResume');
const { toggleLoopCommand } = require('./commands/loop');
const { ReAuth } = require('./ReAuthenticate');
const { ReAuth } = require('./reAuthenticate');
const process = require('dotenv').config();
const clientId = process.parsed.clientId;
@@ -53,4 +53,4 @@ client.on('messageCreate', async (message) => {
}
});
client.login(token);
client.login(token);