This commit is contained in:
derpystuff 2022-06-17 21:55:55 +02:00
parent 32be2cfb2d
commit a3fe43c72c

View file

@ -26,6 +26,7 @@ module.exports = {
execSync("git pull")
return await response.edit({embeds: [createEmbed("success", context, "Update complete.")]})
}catch(e){
console.log(e)
return await response.edit({embeds: [createEmbed("error", context, "Update failed.")]})
}
}