From 6b94624d5a98acd924137c30d7b59d035e9b97d3 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel <90426410+lucmsilva651@users.noreply.github.com> Date: Sun, 8 Sep 2024 00:21:38 -0300 Subject: [PATCH] Update crew.js --- commands/crew.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/crew.js b/commands/crew.js index 257f09c..d9c48c0 100644 --- a/commands/crew.js +++ b/commands/crew.js @@ -3,6 +3,7 @@ const { getStrings } = require('../plugins/checklang.js'); const { isOnSpamWatch } = require('../plugins/lib-spamwatch/spamwatch.js'); const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(isOnSpamWatch); const os = require('os'); +const { exec } = require('child_process'); function getGitCommitHash() { return new Promise((resolve, reject) => {