Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LUISDASARTIMANHAS committed Dec 25, 2023
1 parent dfb2cb5 commit bd241fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { Client, version } = require("discord.js");
const Discord = require("discord.js");
const config = require("./data/config.json");
const config = require("../data/config.json");
const express = require("express");
const { token, descricao, prefix, lista } = config;
const bot = new Client();
Expand Down Expand Up @@ -87,4 +87,4 @@ bot.on("message", async (message) => {
}
});

bot.login(token);
bot.login(token);

0 comments on commit bd241fc

Please sign in to comment.