This commit is contained in:
		@@ -34,13 +34,13 @@ module.exports = {
 | 
				
			|||||||
            
 | 
					            
 | 
				
			||||||
            const nodes = [
 | 
					            const nodes = [
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                  host: "omega.raphix.fr",
 | 
					                  host: "lavalink.devamop.in",
 | 
				
			||||||
                  password: "raphixlavalink",
 | 
					                  password: "DevamOP",
 | 
				
			||||||
                  port: 2333,
 | 
					                  port: 443,
 | 
				
			||||||
                  secure: false
 | 
					                  secure: true
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              ];
 | 
					              ];
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
              
 | 
					              
 | 
				
			||||||
              client.manager.createNode(nodes)
 | 
					              client.manager.createNode(nodes)
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -129,10 +129,10 @@ function startDiscordBot() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    const nodes = [
 | 
					    const nodes = [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          host: "omega.raphix.fr",
 | 
					          host: "lavalink.devamop.in",
 | 
				
			||||||
          password: "raphixlavalink",
 | 
					          password: "DevamOP",
 | 
				
			||||||
          port: 2333,
 | 
					          port: 443,
 | 
				
			||||||
          secure: false
 | 
					          secure: true
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user