This commit is contained in:
Dragon Fire
2021-03-11 20:49:02 -05:00
parent e7cd27a5af
commit d796ef01b4
+1 -1
View File
@@ -32,7 +32,7 @@ module.exports = class FakePollCommand extends Command {
}
poll() {
const results = { yes: 0, no: 0 };
const results = { yes: 0, no: 0 };
const seed = Math.floor(Math.random() * 5) + 2;
const shouldYes = Math.floor(Math.random() * 5) + 2;
const amount = randomRange(100, 1000);