Fix path to config.js
This commit is contained in:
		
							parent
							
								
									3c0d5b01b5
								
							
						
					
					
						commit
						d59b7f03d5
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
const ChildProcess = require('child_process');
 | 
					const ChildProcess = require('child_process');
 | 
				
			||||||
const { Client, GatewayIntentBits, Partials, EmbedBuilder } = require('discord.js');
 | 
					const { Client, GatewayIntentBits, Partials, EmbedBuilder } = require('discord.js');
 | 
				
			||||||
const Config = require('./config/config');
 | 
					const Config = require('../config/config');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Server {
 | 
					class Server {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user