From bd241fc28d294a91722b6204f4b73ce222dee34c Mon Sep 17 00:00:00 2001 From: LUIS_DAS_ARTIMANHAS <75493473+LUISDASARTIMANHAS@users.noreply.github.com> Date: Mon, 25 Dec 2023 19:06:42 -0300 Subject: [PATCH] Update index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 4d6f90b..6c009f9 100644 --- a/index.js +++ b/index.js @@ -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(); @@ -87,4 +87,4 @@ bot.on("message", async (message) => { } }); -bot.login(token); \ No newline at end of file +bot.login(token);