Version 0.4.2 - Fix /restart
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "subsonics-web",
 | 
					  "name": "subsonics-web",
 | 
				
			||||||
  "author": "Raphix",
 | 
					  "author": "Raphix",
 | 
				
			||||||
  "version": "0.4.1",
 | 
					  "version": "0.4.2",
 | 
				
			||||||
  "nodemonConfig": {
 | 
					  "nodemonConfig": {
 | 
				
			||||||
    "ext": "js, html",
 | 
					    "ext": "js, html",
 | 
				
			||||||
    "ignore": [
 | 
					    "ignore": [
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,7 +14,7 @@ module.exports = {
 | 
				
			|||||||
        .setColor(0xffffff)
 | 
					        .setColor(0xffffff)
 | 
				
			||||||
        .setTitle('Redémarrage du bot !')
 | 
					        .setTitle('Redémarrage du bot !')
 | 
				
			||||||
       
 | 
					       
 | 
				
			||||||
        interaction.reply({embeds: [membed]})
 | 
					        await interaction.reply({embeds: [membed]})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        pm2.restart('SubSonics - Bot Discord')
 | 
					        pm2.restart('SubSonics - Bot Discord')
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user