Skip to content

Commit

Permalink
Merge pull request #229 from DiSkyOrg/Mushkrem-patch-2
Browse files Browse the repository at this point in the history
Update CreatePost.java
  • Loading branch information
EquipableMC authored Dec 26, 2024
2 parents 4423759 + 53d46da commit 2aa2f2f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ else if (message instanceof EmbedBuilder)
DiSky.getErrorHandler().exception(e, ex);
return;
}

exprResult.change(e, new ThreadChannel[] {threadChannel}, Changer.ChangeMode.SET);

if(exprResult != null)
exprResult.change(e, new ThreadChannel[] {threadChannel}, Changer.ChangeMode.SET);
}

@Override
Expand Down

0 comments on commit 2aa2f2f

Please sign in to comment.