Thank you. I’m in the half of the way. But now, I’m getting problem in this:
if (cinsiyet !== ("e", "k")) return message.reply("lütfen cinsiyetinizi `e` ya da `k` şeklinde belirtin.")
I want to make a command that will only accept “e” or “k”.
When I use the command it accepts k but when I use “e” it returns. I also tried “[“e”, “k”]” this.