mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 01:49:37 +00:00 
			
		
		
		
	Updated Client.ts
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user