move index.js
This commit is contained in:
parent
1f247ab566
commit
1ac5c20aea
1 changed files with 1 additions and 1 deletions
|
@ -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] });
|
||||
|
Loading…
Reference in a new issue