Skip to content

Commit

Permalink
Updated information in fertile command
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Nov 7, 2022
1 parent 78ada20 commit 4847ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/fertile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
},
};

0 comments on commit 4847ff2

Please sign in to comment.