Uyarı alıyorsun ki zaten tek bir yerde bu kadar message eventi fazla bunları tek event altında birleştirmek için bana kod örneğini atar mısın.
client.on('message', message => {
if (message.content.startsWith('oylama')) {
const args = message.content.split(' ').slice(1)
const botmesajı = args.join(" ")
if (!message.member.hasPermission('ADMINISTRATOR')) return message.reply('Oylama yapmak için YÖNETİCİ rolüne sahip olmalısın.');
if (!botmesajı) return message.reply('Oylamanın ne olacağını yazmadınız.');
message.delete(message.author)
const embed = new MessageEmbed()
.setTitle('OYLAMA')
.setDescription(botmesajı)
.setFooter('Nyctophilia BOTU');
message.channel.send({ embed: embed }).then( embedMessage => {
embedMessage.react("

")
embedMessage.react("

")
})
}
});
bu tarz kodlar hocam veya instagram sorma steam isteme var