diff --git a/commands/message/dev/pull.js b/commands/message/dev/pull.js index 3d62888..7c47377 100644 --- a/commands/message/dev/pull.js +++ b/commands/message/dev/pull.js @@ -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.")]}) } }