mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 02:45:22 +02:00
Only no u half the time
This commit is contained in:
@@ -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';
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user