Split into multiple files #18
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
const { Client, Intents } = require('discord.js');
|
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] });
|
const client = new Client({ intents: [Intents.FLAGS.GUILDS] });
|
||||||
|
|
Loading…
Reference in a new issue