Only no u half the time

This commit is contained in:
Dragon Fire
2021-05-02 09:35:20 -04:00
parent ca346c0ab8
commit fef444242b
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -13,6 +13,8 @@ module.exports = class NoUCommand extends Command {
}
generateText() {
const chance = Boolean(Math.floor(Math.random() * 2));
if (chance) return null;
return 'no u';
}
};