Closed nounouthereal closed 2 years ago
Here is the code:
const Discord = require("discord.js");
const { Intents } = require('discord.js');
const myIntents = new Intents();
myIntents.add(32767);
const client = new Discord.Client({ disableMentions: 'everyone', intents: myIntents });
const Eco = require("quick.eco");
client.eco = new Eco.Manager() // quick.eco
client.db = Eco.db; // quick.db
client.config = require("./botConfig");
client.commands = new Discord.Collection();
client.aliases = new Discord.Collection();
@ZeroDiscord can you help me pls
it was just an import error