Split into multiple files #18

Merged
Anri merged 22 commits from dev into main 2022-07-03 18:43:31 +02:00
Showing only changes of commit 1ac5c20aea - Show all commits

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] });