mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-03 23:14:40 +00:00 
			
		
		
		
	Update Client.ts
This commit is contained in:
		@@ -52,6 +52,9 @@ class RadioClient extends Client {
 | 
			
		||||
 | 
			
		||||
        this.funcs.logger("Bot", "Starting");
 | 
			
		||||
 | 
			
		||||
        this.funcs.logger("Maintenance Mode", "Enabled");
 | 
			
		||||
        this.config.maintenance = true;
 | 
			
		||||
 | 
			
		||||
        const commandFiles = fs.readdirSync(path.join("./src/client/commands")).filter(f => f.endsWith(".js"));
 | 
			
		||||
        for (const file of commandFiles) {
 | 
			
		||||
            const command = require(`./client/commands/${file}`);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user