Skip to content

Commit

Permalink
handle the java side of jagrosh#210 - needs pages update to account
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealRyGuy committed Mar 30, 2023
1 parent e4d1a8a commit 398db95
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 398db95

Please sign in to comment.