mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-12 23:30:19 +00:00
Updated Client.ts
This commit is contained in:
parent
61981a5b0b
commit
8e9546097f
@ -1,12 +1,13 @@
|
|||||||
import Discord, { Client, Collection } from "discord.js";
|
import Discord, { Client, Collection } from "discord.js";
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
const events = "./client/events/";
|
|
||||||
import Datastore from "./client/datastore.js";
|
import Datastore from "./client/datastore.js";
|
||||||
import { command, radio } from "./client/utils/typings.js";
|
import { command, radio } from "./client/utils/typings.js";
|
||||||
import config from "./config.js";
|
import config from "./config.js";
|
||||||
import messages from "./client/messages.js";
|
import messages from "./client/messages.js";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
|
|
||||||
|
const events = "./client/events/";
|
||||||
|
|
||||||
const GatewayIntents = new Discord.Intents();
|
const GatewayIntents = new Discord.Intents();
|
||||||
GatewayIntents.add(
|
GatewayIntents.add(
|
||||||
1 << 0, // GUILDS
|
1 << 0, // GUILDS
|
||||||
|
Loading…
Reference in New Issue
Block a user