1
0
Fork 0

Make it work again

akairo
loicbersier 5 years ago
parent c0df5e0367
commit b18faec59e

@ -17,7 +17,6 @@ class EvalCommand extends Command {
}
async exec(message) {
async function update() {
const { stdout, stderr } = await exec('git pull');
const Embed = this.client.util.embed()
.addField('stdout', stdout)
@ -29,8 +28,6 @@ class EvalCommand extends Command {
console.log(`stdout: ${stdout}`);
console.error(`stderr: ${stderr}`);
}
update();
}
}
module.exports = EvalCommand;
Loading…
Cancel
Save