1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-06 20:37:54 -05:00
This commit is contained in:
Ean Milligan (Bastion)
2022-05-28 03:41:33 -04:00
parent 1f4d1e3ef6
commit da00caaa74

View File

@ -70,12 +70,12 @@ export const roll = async (message: DiscordenoMessage, args: string[], command:
embeds: [
(await generateRollEmbed(
message.authorId,
<SolvedRoll>{
<SolvedRoll> {
error: true,
errorCode: 'TooComplex',
errorMsg: 'Error: Roll Too Complex, try breaking roll down into simpler parts',
},
<RollModifiers>{},
<RollModifiers> {},
)).embed,
],
});