This commit is contained in:
parent
9c4a57a098
commit
24e019e34f
3 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
const calculateReloaded = require("../../util/calculateReloaded");
|
||||
const executeCommand = require("../../util/executeCommand");
|
||||
const reloadCommands = require("../../util/reloadCommands");
|
||||
|
||||
module.exports = {
|
||||
|
@ -31,6 +32,7 @@ module.exports = {
|
|||
sendText = `${sendText}\n... Message is too long to show everything`
|
||||
}
|
||||
message.channel.send(sendText)
|
||||
client.githash = executeCommand(`git`, ["rev-parse", "--short", "HEAD"])
|
||||
if (err) console.log(stderr)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue