diff --git a/commands/fertile.js b/commands/fertile.js index a03b131..e1006f6 100644 --- a/commands/fertile.js +++ b/commands/fertile.js @@ -5,6 +5,6 @@ module.exports = { .setName('fertile') .setDescription('Guide to what characters can give birth'), async execute(interaction) { - return interaction.reply('Fertility:\n\n**Male:** Never fertile, can\'t have babies.\n**Female, Age 0-13:** Too young, can\'t have babies.\n**Female, Age 14-104:** Fertile, can have babies.\n**Female, Age 105-120:** Too old, can\'t have babies.\n\nWhen you are fertile, you can manually turn off your fertility by saying "no bb". You can turn your fertility back on by saying "gimme bb". In the vanilla client you will hear a \'ding\' sound if you said the phrase correctly. Sidenote, fertility commands don\'t effect ability to breastfeed.'); + return interaction.reply('Fertility:\n\n**Male:** Never fertile, can\'t have babies.\n**Female, Age 0-14:** Too young, can\'t have babies.\n**Female, Age 15-104:** Fertile, can have babies.\n**Female, Age 105-120:** Too old, can\'t have babies.\n\nWhen you are fertile, you can manually turn off your fertility by saying "no bb". You can turn your fertility back on by saying "gimme bb". In the vanilla client you will hear a \'ding\' sound if you said the phrase correctly. As an eve you are born at age 14, giving you time to say the phrase before becoming fertile. Sidenote, fertility commands don\'t effect ability to breastfeed.'); }, }; \ No newline at end of file