Updated Client.ts

This commit is contained in:
Christer Warén 2021-09-02 18:18:37 +03:00
parent 61981a5b0b
commit 8e9546097f

View File

@ -1,12 +1,13 @@
import Discord, { Client, Collection } from "discord.js";
import fs from "fs";
const events = "./client/events/";
import Datastore from "./client/datastore.js";
import { command, radio } from "./client/utils/typings.js";
import config from "./config.js";
import messages from "./client/messages.js";
import path from "path";
const events = "./client/events/";
const GatewayIntents = new Discord.Intents();
GatewayIntents.add(
1 << 0, // GUILDS