bot.on('message', msg => {
let rep = require('./reputation.json');
if (msg.content === 'reputation Alex Pl') {
msg.reply('Alex Pl reputation ${rep}');
}
bot.on('message', msg => {
if (msg.content === '+rep for Alex Pl') {
msg.reply('Alex Pl reputation is up');
rep.alex++
}
// Вставь в bot.js 5 сервера прошу