Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Commit

Permalink
house always wins
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan committed Sep 4, 2018
1 parent 3f2624f commit 8ecb372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function bot(client, message, command, args) {
}, 86400000);
}
} else if (command === "slots") {
var slotstate = Math.random() >= 0.2;
var slotstate = Math.random() >= 0.8;
message.channel.send("Spending 250 ZCoins on slots!", {
file: spinningImg
}).then((msg) => {
Expand Down

0 comments on commit 8ecb372

Please sign in to comment.