mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-08 05:17:54 -05:00
add catches to all messages
This commit is contained in:
@ -47,6 +47,8 @@ const handleRollWorker = async (rq: QueuedRoll) => {
|
||||
<RollModifiers> {},
|
||||
)).embed,
|
||||
],
|
||||
}).catch((e) => {
|
||||
log(LT.ERROR, `Failed to edit message: ${JSON.stringify(rq.dd.m)} | ${JSON.stringify(e)}`);
|
||||
});
|
||||
}
|
||||
}, config.limits.workerTimeout);
|
||||
|
||||
Reference in New Issue
Block a user