mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
msg
This commit is contained in:
@@ -11,8 +11,8 @@ module.exports = class OffspringCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
run(message) {
|
||||
run(msg) {
|
||||
const gender = genders[Math.floor(Math.random() * genders.length)];
|
||||
return message.say(`It's a ${gender}!`);
|
||||
return msg.say(`It's a ${gender}!`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user