mirror of
https://github.com/danbulant/Shasha
synced 2026-07-05 02:50:49 +00:00
bruhhhhh
This commit is contained in:
parent
2a518a9d85
commit
dc950c1ac6
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ module.exports = class update extends commando.Command {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
async run(msg) {
|
async run(msg) {
|
||||||
return exec("bash .update.sh", async (xe, o, e) => {
|
exec("bash .update.sh", async (xe, o, e) => {
|
||||||
if (xe || e) {
|
if (xe || e) {
|
||||||
await errLog(xe || e, msg, msg.client, true, "", true);
|
await errLog(xe || e, msg, msg.client, true, "", true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue