Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Don't use roll() anymore (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-clayton authored Feb 22, 2022
1 parent 5e48c7a commit a4e2b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/roll-app/RollApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default class RollApp extends Application {
formula = `{${formula}}*2`;
}

new Roll(formula).roll().toMessage(
new Roll(formula).toMessage(
{
speaker: ChatMessage.getSpeaker({ token: token?.document }),
flavor: rollName,
Expand Down

0 comments on commit a4e2b51

Please sign in to comment.