Skip to content

Commit

Permalink
re-fix actionrows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 25, 2023
1 parent b6a8589 commit e523d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ else if (user != null) {
}
List<ActionRow> actionRows = createRows(scriptEntry, rows);
if (actionRows != null) {
builder = builder.setActionRow((List) actionRows);
builder = builder.setComponents(actionRows);
}
if (noMention) {
builder = builder.mentionRepliedUser(false);
Expand Down

0 comments on commit e523d47

Please sign in to comment.