Version 0.4.2 - Fix /restart

This commit is contained in:
Raphix
2023-08-27 14:47:20 +02:00
parent 66d63ce70f
commit 7d7de3f358
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ module.exports = {
.setColor(0xffffff)
.setTitle('Redémarrage du bot !')
interaction.reply({embeds: [membed]})
await interaction.reply({embeds: [membed]})
pm2.restart('SubSonics - Bot Discord')