Skip to content

Commit

Permalink
handle the java side of #210 - needs pages update to account
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealRyGuy authored and jagrosh committed Nov 21, 2023
1 parent a9774d6 commit 79589ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/jagrosh/giveawaybot/GiveawayManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ private JSONObject createGiveawaySummary(Giveaway giveaway, CachedUser host, Lis
.put("giveaway", new JSONObject()
.put("id", Long.toString(giveaway.getMessageId()))
.put("prize", giveaway.getPrize())
.put("desc", giveaway.getDescription())
.put("num_winners", giveaway.getWinners())
.put("host", host.toJson())
.put("end", giveaway.getEndTime()))
Expand Down

0 comments on commit 79589ab

Please sign in to comment.