commandDispatcher: fix edit support
This commit is contained in:
parent
575c2a3047
commit
aa3f47188c
1 changed files with 1 additions and 1 deletions
|
@ -118,9 +118,9 @@ async function CommandDispatcher(msg) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
|
||||||
msg.hasRan = true;
|
msg.hasRan = true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = CommandDispatcher;
|
module.exports = CommandDispatcher;
|
||||||
|
|
Loading…
Reference in a new issue