mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-06 20:37:54 -05:00
deno fmt
This commit is contained in:
@ -70,12 +70,12 @@ export const roll = async (message: DiscordenoMessage, args: string[], command:
|
|||||||
embeds: [
|
embeds: [
|
||||||
(await generateRollEmbed(
|
(await generateRollEmbed(
|
||||||
message.authorId,
|
message.authorId,
|
||||||
<SolvedRoll>{
|
<SolvedRoll> {
|
||||||
error: true,
|
error: true,
|
||||||
errorCode: 'TooComplex',
|
errorCode: 'TooComplex',
|
||||||
errorMsg: 'Error: Roll Too Complex, try breaking roll down into simpler parts',
|
errorMsg: 'Error: Roll Too Complex, try breaking roll down into simpler parts',
|
||||||
},
|
},
|
||||||
<RollModifiers>{},
|
<RollModifiers> {},
|
||||||
)).embed,
|
)).embed,
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user