Skip to content

Commit

Permalink
fix: invalid text fix (Erkek -> Kız)
Browse files Browse the repository at this point in the history
Signed-off-by: berkay guler <berkay4058@gmail.com>
  • Loading branch information
berkaygulerr committed Aug 30, 2021
1 parent d2999c2 commit bcc3636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ module.exports = {
);

let embed = new Discord.MessageEmbed()
.setTitle("Erkek Üye Rolü Başarıyla Ayarlandı")
.setTitle("Kız Üye Rolü Başarıyla Ayarlandı")
.setDescription(
`Artık bir kullanıcı kız olarak kayıt edildiğinde <@&${role.id}> rolü verilecek.\n\n**Kurulum Aşaması Başarıyla tamamlanmıştır.**`
)
Expand Down

0 comments on commit bcc3636

Please sign in to comment.