mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user