move index.js

This commit is contained in:
Mylloon 2022-06-18 01:05:13 +02:00
parent 1f247ab566
commit 1ac5c20aea
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,5 +1,5 @@
const { Client, Intents } = require('discord.js');
const { token } = require('./config/config.json');
const { token } = require('../config/config.json');
const client = new Client({ intents: [Intents.FLAGS.GUILDS] });