mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 10:09:36 +00:00 
			
		
		
		
	Fixed wrong directory
This commit is contained in:
		@@ -20,7 +20,7 @@ module.exports = class extends Client {
 | 
			
		||||
        this.funcs.msToTime = require('./funcs/msToTime.js');
 | 
			
		||||
        this.funcs.statisticsUpdate = require('./funcs/statisticsUpdate.js');
 | 
			
		||||
 | 
			
		||||
        this.config = require('./config.js');
 | 
			
		||||
        this.config = require('../config.js');
 | 
			
		||||
        this.messages = require('./messages.js');
 | 
			
		||||
 | 
			
		||||
        const commandFiles = fs.readdirSync(path.join('commands')).filter(f => f.endsWith('.js'));
 | 
			
		||||
 
 | 
			
		||||
@@ -32,6 +32,6 @@ module.exports = {
 | 
			
		||||
                .then(res => res.json());
 | 
			
		||||
        }, 3600000);
 | 
			
		||||
 | 
			
		||||
        require(`./emojis.js`).execute(client);
 | 
			
		||||
        require(`../emojis.js`).execute(client);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user