Skip to content

Commit

Permalink
docs(README): update user -> author for v12
Browse files Browse the repository at this point in the history
  • Loading branch information
phBalance authored and phBalance committed Nov 24, 2024
1 parent 0fa16f8 commit 413f769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const cardHtml = await damageRoller.render("Knockback roll");
const chatData = {
style: CONST.CHAT_MESSAGE_STYLES.OTHER,
rolls: damageRoller.rawRolls(),
user: game.user._id,
author: game.user._id,
content: cardHtml,
};

Expand Down

0 comments on commit 413f769

Please sign in to comment.