mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Fix lint
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = class FakePollCommand extends Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
poll() {
|
poll() {
|
||||||
const results = { yes: 0, no: 0 };
|
const results = { yes: 0, no: 0 };
|
||||||
const seed = Math.floor(Math.random() * 5) + 2;
|
const seed = Math.floor(Math.random() * 5) + 2;
|
||||||
const shouldYes = Math.floor(Math.random() * 5) + 2;
|
const shouldYes = Math.floor(Math.random() * 5) + 2;
|
||||||
const amount = randomRange(100, 1000);
|
const amount = randomRange(100, 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user