Skip to content

Commit

Permalink
Merge pull request ChristopherBThai#250 from Smeagol2069/patch-2
Browse files Browse the repository at this point in the history
Updates the embed for lottery to 150k max
  • Loading branch information
ChristopherBThai authored Apr 1, 2022
2 parents 62408bf + 6ba504e commit 7362986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/commandList/gamble/lottery.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async function bet(con,msg,args,global,p){
chance = Math.trunc(chance*100)/100

let embed = {
"description": "Lottery ends once a day! The maximum lottery submission is 100K cowoncy!",
"description": "Lottery ends once a day! The maximum lottery submission is 150K cowoncy!",
"color": p.config.embed_color,
"timestamp": new Date(),
"footer": {
Expand Down

0 comments on commit 7362986

Please sign in to comment.