This commit is contained in:
Ean Milligan 2025-07-17 17:11:11 -04:00
parent a4ddce0bc8
commit 6d731951c7
1 changed files with 11 additions and 10 deletions

View File

@ -259,9 +259,9 @@ Please click on "<@${botId}> *Click to see attachment*" above this message to se
}
: {
details: pubEmbedDetails,
}
)
)
},
),
),
);
}
} catch (e) {
@ -274,10 +274,11 @@ Please click on "<@${botId}> *Click to see attachment*" above this message to se
rollRequest.dd.originalMessage.authorId,
<SolvedRoll> {
error: true,
errorMsg: `Something weird went wrong, likely the requested roll is too complex and caused the response to be too large for Discord. Try breaking the request down into smaller messages and try again.\n\nIf this error continues to come up, please \`${config.prefix}report\` this to my developer.`,
errorMsg:
`Something weird went wrong, likely the requested roll is too complex and caused the response to be too large for Discord. Try breaking the request down into smaller messages and try again.\n\nIf this error continues to come up, please \`${config.prefix}report\` this to my developer.`,
errorCode: 'UnhandledWorkerComplete',
},
<RollModifiers>{}
<RollModifiers> {},
)
).embed,
],