commandDispatcher: fix edit support

This commit is contained in:
Cynthia Foxwell 2021-06-21 22:43:05 -06:00
parent 575c2a3047
commit aa3f47188c

View file

@ -118,9 +118,9 @@ async function CommandDispatcher(msg) {
}); });
}); });
} }
}
msg.hasRan = true; msg.hasRan = true;
} }
} }
}
module.exports = CommandDispatcher; module.exports = CommandDispatcher;