mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Lots of small changes
This commit is contained in:
@@ -12,6 +12,8 @@ module.exports = class OffspringCommand extends Command {
|
||||
}
|
||||
|
||||
run(msg) {
|
||||
const chance = Math.floor(Math.random() * 5500);
|
||||
if (!chance) return msg.say('It\'s a... Wait, what is it?');
|
||||
return msg.say(`It's a ${genders[Math.floor(Math.random() * genders.length)]}!`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user