mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Moo
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = class ShipCommand extends Command {
|
||||
} else if (self) {
|
||||
level = 100;
|
||||
} else if (girlfriendUser && owner) {
|
||||
level = 95;
|
||||
level = 100;
|
||||
} else {
|
||||
const calculated = Math.abs(Number.parseInt(BigInt(first.id) - BigInt(second.id), 10));
|
||||
const random = MersenneTwister19937.seed(calculated);
|
||||
|
||||
Reference in New Issue
Block a user