mirror of
https://github.com/danbulant/Shasha
synced 2026-06-17 13:21:09 +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) {
|
||||
return exec("bash .update.sh", async (xe, o, e) => {
|
||||
exec("bash .update.sh", async (xe, o, e) => {
|
||||
if (xe || e) {
|
||||
await errLog(xe || e, msg, msg.client, true, "", true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue